Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sandyind

  1. sandyind

    Syntax Error?

    Hi Joel, Try to insert some space before Like in SQL query.I think that will solve your problem
  2. sandyind

    Querystring

    Hi ssmenon, I think the problem is with the brackets.Change your statement to &quot;1.asp?code=<%=rs(&quot;name&quot;)%>&date=#<%=rs(&quot;date&quot;)%>#&quot; This will solve your problem
  3. sandyind

    populate text box from combo-box

    I hope this will solve your problem <head> <script language=&quot;javascript&quot; > //Used to pass the value selected from the combo box to the same page function funcgo() { x=document.txtbox.reqname.value top.location=&quot;testcmb.asp?txt=&quot; + x } </script> </head> <body> <p><form...

Part and Inventory Search

Back
Top