0
javascript:
Plain HTML(you can add following code between your <head> and </head> tags):
Posted on 1:24 PM by prajeesh and filed under
HTML,
Javascript
In ASP.net we are using Response.Redirect or Server.Transfer for redirect to another page, this Redirection can also be done using Javascript or HTMLjavascript:
< language="javascript">
window.location = "YourURL.aspx";
< /script >
Plain HTML(you can add following code between your <head> and </head> tags):
< equiv="REFRESH" content="0;url=yourURL.aspx">
Post a Comment