How to call functions outside server-side script?

D

DS

In client-side script (<script> ....</script>), I have a variable. How can I
get this variable in server-side script (<%.....%>)? Same as this case, how
can I handle a function like a variable? Pls advise.

DS
 
B

Bob Barrows

DS said:
In client-side script (<script> ....</script>), I have a variable.
How can I get this variable in server-side script (<%.....%>)? Same
as this case, how can I handle a function like a variable? Pls advise.
Please don't multipost. This has already been answered in
scripting.vbscript. To repeat: you cannot use a client-side variable in
server-side code. The only values available to server-side script are those
that it gets from the Request object, or those that it reads from a database
or file. In addition, the ServerXMLHTTP object can be used to request data
from another server-side page. No interaction with the user is possible in
server-side script.

Bob Barrows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top