|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Very Urgently !! onClick |
From: |
Giovanni Zomer |
Date: |
7/11/2000 11:59:51 AM |
IP: |
213.192.36.186 |
do something like that in javascript:
function Clicked()
{
window.location.href="myDoc.asp?myVar=OK";
}
add in html the "onClick="Clicked();"
then create the myDoc.asp and catch the value of your variable (i.e. myVar) using Request.QueryString("myVar")
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|