Try this:
<%
Response.Write "<script language=JavaScript>" & VbCrLf
Response.Write "top.content.location.href='thepage.htm'" & VbCrLf
Response.Write "</script>"
End if
%>
parent.window.location.href will reload the entire page including the frames.
And play with these...
Hello everybody, I've been to a site lately, ant there has been something very interesting on that site. There was a little picture (jpeg) and on that it has been written (i)my IP (ii)my OS and (iii) my browser.
OK, for putting these info's in a *.jpg picture is not that important, maybe it can...
Its not mecessary for the DLL to be in the same directory as the ASP pages or site root directory. Once compiled with VB the DLL will automatically be registered, if you want to register the DLL then Start->Run->regsvr32 c:\mydll.dll
Now its registered, call it in ASP like that:
Dim objCalc...
I usually check the log and most of the time there's nothing wrong. But I saw this some days back, can someone give me a little explanation on this:
07:57:27 xx.xxx.xxx.xxx GET /scripts/..%5c%5c../winnt/system32/cmd.exe 500
(I've removed the original IP replacing it by xx)
Thanks.
I've been trying to do this but each time tyhe code changes and a new error comes up.
What Ive been trying to do is that when the mouse moves on any label or textbox on my form; if its a label, the forecolor changes and if it is a textbox, I want the font to change.
I could have done it on...
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.