J
JoanneC
How can I incorporate the following javascript code in an ASP.NET
application (using VB.NET)
Like the following
If textbox1.text = "" then
<SCRIPT LANGUAGE="JavaScript" runat="server">
setTimeout("go_now()",5000);
function go_now () { window.location.href =
"http://testweb.cs.ul.ie/PGrad/JoanneC/Input_Methods.aspx"; }
</SCRIPT>
end If
Since when I used the response.redirect method, it does not allow
delay before it redirect to the page.
Thanks
Joanne
application (using VB.NET)
Like the following
If textbox1.text = "" then
<SCRIPT LANGUAGE="JavaScript" runat="server">
setTimeout("go_now()",5000);
function go_now () { window.location.href =
"http://testweb.cs.ul.ie/PGrad/JoanneC/Input_Methods.aspx"; }
</SCRIPT>
end If
Since when I used the response.redirect method, it does not allow
delay before it redirect to the page.
Thanks
Joanne