|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net 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
|
|
|
|
|
|
|
|
|
|
|
|