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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: estherca
  • Order by date
  1. estherca

    Calling all those outside UKCan anyone test my currency auto selector?

    seems to work from Israel Current Country Code: ISR Currency To Display: USA
  2. estherca

    Confirmation Page for CDONTS form process

    I would either 1. redirect with passing variables in the querystring or the best way is put the thank you page text in the same page as you are sending the mail
  3. estherca

    read value from drop down menu into variable and then insert into dB

    mystring=request.form("select") the above if you use method=post in your form if you use method=get then you want mystring=request.querystring("select")
  4. estherca

    help me to learn asp

    My suggestion to you is to go to www.asp101.com They have many articles and sample code to look through.

Part and Inventory Search

Back
Top