alanb2003
01-19-2003, 05:07 PM
hi,
Can anyone help... I need to get javascript to request a url that then returns a string by calling an ASP script ....
What I need to know, is can javascript do this, and "capture" the results to a string variable, that I can then interpret and take whatever action.
I need it to happen without having to put anything out to the current web page - is this possible...?
It needs to be able to call the server "in the background" of the page, and process results returned ... perhaps with a timer, and then take appropriate action based on the return results.
Is javascript this advanced? (I could always use a hidden frame that refreshes itself to make sure that my ASP script is called, perhaps).
Hope I haven't confused you all!! ;-)
Thanks in Advance for any help
Alan
Can anyone help... I need to get javascript to request a url that then returns a string by calling an ASP script ....
What I need to know, is can javascript do this, and "capture" the results to a string variable, that I can then interpret and take whatever action.
I need it to happen without having to put anything out to the current web page - is this possible...?
It needs to be able to call the server "in the background" of the page, and process results returned ... perhaps with a timer, and then take appropriate action based on the return results.
Is javascript this advanced? (I could always use a hidden frame that refreshes itself to make sure that my ASP script is called, perhaps).
Hope I haven't confused you all!! ;-)
Thanks in Advance for any help
Alan