<%@ Language=VBScript %> <% Option Explicit %> <% dim rsSearch, strSearch, category_ID set rsSearch = server.CreateObject("ADODB.RECORDSET") strSearch = trim(string_apostroph(request.Form("txtSearch"))) set rsSearch = conn.execute("stor_Ask_the_experts_search '" & strSearch & "'") %> Ask the Experts

Ask The Experts Archive

If you can't find it on the website or if your have questions about Japanese Candlesticks, please don't hesitate to call us toll free at 866-251-4015.  We'll be happy to assist you!

Please take a look at our previous Ask The Experts questions and answers at Ask the Experts Archives before submitting your inquiry, or fine tune your search by typing in question related search phrases into Search Ask The Experts window below.

Here are the results of your search:

<%if rsSearch.EOF then%> <%else do while not rsSearch.EOF %> <% rsSearch.MoveNext loop rsSearch.Close set rsSearch = nothing %> <%end if%>
Subject: Question: Answer:
Your search return 0 results.
<%=rsSearch("Subject")%> <%=rsSearch("Question")%> <%=rsSearch("Answer")%>


 

<% conn.close set conn = nothing %>