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

Client Side to Server Side

Status
Not open for further replies.

Esoteric

ISP
Feb 10, 2001
93
US
I have a form that is both client and server side and I need to get a variable from the client side to the server side to store it.

Any ideas? I can't seem to get it right.

Sample:
<SCRIPT LANGUAGE=&quot;VBScript&quot;>
document.write(variable)
<% frt = frt + variable %>
</SCRIPT>
 
The only way to get a variable from client to server is:
1 - submit or somehow refresh the page
2 - use remote scripting

There are three FAQ's about remote scripting, and one FAQ about client vs. server side code --

Check them out.

:)
Paul Prewett
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top