Passing value from Server script to client script. 
Author Message
 Passing value from Server script to client script.

How do I pass a string value from server script to Window_onLoad() on the
client VBScript?

Thanks



Mon, 09 Sep 2002 03:00:00 GMT  
 Passing value from Server script to client script.
sub window_onload()
    myclientnum = <% response.write myservernum %>
    myclientstr = "<% response.write myserverstr %>"
    ...
    ...
end sub

--
Michael Harris
MVP Scripting

How do I pass a string value from server script to Window_onLoad() on the
client VBScript?

Thanks



Mon, 09 Sep 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Passing values from client vars to Server script

2. questions on passing text parameter from server script to client script (some new findings)

3. questions on passing parameter from server script to client script

4. ?Passing arrays from Server script to Client Script

5. Pass client script variable to server script variable

6. ?Passing arrays from Server script to Client Script

7. Help: problem passing variable between client/server scripts

8. Urgent : Passing variables from client script to server side

9. Passing Server Side Arrays to Client Side Scripts

10. Help: problem passing variable between client/server scripts

11. passing value of text box to a server side script

12. Setting the value of a server variable from a client script

 

 
Powered by phpBB® Forum Software