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 Rhinorhino 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 sunjv

  1. sunjv

    How do you call an asp function from java script

    there are two thing you have to do.. first you have to call a ASP sub second you have to pass the result to javscript.. here is how to do. first make a sub eg. Sub GetRecord() 'put your searhing code here.. 'declare the foo variable foo= rs.fields(0) end sub second make a...

Part and Inventory Search

Back
Top