The problem is not posed well.
First we have the execution of ASP in the server.
The output of ASP is posted as html, javascript and vbscript to the client. In the client is executed only client scripts such as javascript and vbscript.
ASP is not present, at this moment.
Therefore, ASP cannot...
the body tag is like this
<body onload="check()">
and in the header you have the code
<script language="vbScript" >
sub check()
dim k1,k2,k3
dim metav,timi
k1=window.location
k2=instr(1, k1,"?")
if k2>0 then
k3=mid(k1,k2+1)
k2=instr(1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.