Tim Johnson wrote on 15 jul 2003 in
microsoft.public.inetserver.asp.general:
> I have an ASP page, on the Window_OnLoad event I use
> VbScript to popup an Inputbox to accept a value from the
> user and put it into a string called strValue. I then
> want to be able to go (in asp) <%Response.Write(strValue)%
>> - but if I do that nothing happens.
>
> How can I access the Vbscript variable in the ASP part of
> the page?
you cannot
ASP runs on the server and is inaccessable to the clientcode, because ASP
code is finished by that time
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
|