
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