|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Pass |
From: |
Harlan |
Date: |
3/2/1999 3:32:05 PM |
IP: |
206.222.20.2 |
Right off the bad, you know your using
clientside vbscript here and only ie4.0+ supports it. Netscape, and other browsers don't support it at all. I don't know anything about clientside at all, but I'll give you my idea on it.
<script LANGUAGE="VBScript">
sub window_onload()
<% somevariable = Request.Form("somevariable") %>
msgbox(<%=somevariable%>)
end sub
</script>
try that.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|