<%@ Language=VBScript %> <% Option Explicit %> <% %> Contact Us <% Function CheckCAPTCHA(valCAPTCHA) SessionCAPTCHA = Trim(Session("CAPTCHA")) 'response.Write(valCAPTCHA) Session("CAPTCHA") = vbNullString if Len(SessionCAPTCHA) < 1 then CheckCAPTCHA = False exit function end if if CStr(SessionCAPTCHA) = CStr(valCAPTCHA) then CheckCAPTCHA = True else CheckCAPTCHA = False end if End Function Function getFieldValue(valField) getFieldValue = CStr(valField) End Function %> <% if Request.ServerVariables("REQUEST_METHOD") = "POST" then strCAPTCHA = Trim(Request.Form("strCAPTCHA")) if CheckCAPTCHA(strCAPTCHA) = true then %> Verified (<%=strCAPTCHA%>) <% else fname = Request.Form("strCAPTCHA") %> Not Verified.
Please Retry.
<% end if end if %>

Contact Us

Ask questions anytime! The Candlestick Trading Forum is a learning center. You have access to Steve Bigalow and the Candlestick Trading Forum staff via e-mail, the chat rooms, the Discussion Forum, the Support Ticket system on this page, or, in an emergency, the telephone.

Have a question relating to individual stocks, or general investing questions?
Search the ASK THE EXPERTS ARCHIVES

 


Customer Service Message Center

Direct: 281-465-9843 or Toll Free: 866-251-4015

 

Customer Service Calls Returned

Monday - Friday

9:00 AM 5:00 PM CST


Snail Mail: (slowest method known to modern man)

Candlestick Forum LLC
594 Sawdust Rd. #199
The Woodlands, TX 77380




 

<% conn.close set conn = nothing %>