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!

LoadVars.sendAndLoad

Status
Not open for further replies.

srudin

Programmer
Jan 1, 2002
32
0
0
CH
hi

what kind of syntax has to be used to load vars from an asp-page with the method myLoadVars.sendAndLoad()? i thought its something like

response.write("var1=abc&var2=def")

but when sending this response i get an error (url not found). when sending an entire html-page there's no error...

any ideas?
 
i reviewed the problem after a 15min break and immediately saw that there was an error in the asp-page (before responding the vars); should have taken the break earlier...

sorry and thanks anyway.
 
anyway for loadvars you send and receive an object, then reference the variables through the objects properties

so it would be

myloadvars.sendandload("my.asp",myloadvars);
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top