Hi,
Any one can very easily redirect the page in new windows with the help of java script.
Following are syntax for redirecting to a new page.
<%if request("submit")<>"" then
%>
<script language="javascript">
window.open('http://localhost/content/login.asp?mstMsg=logged"%>','login');
</script>
<%
end if %>
Thursday, November 30, 2006
0 comments:
Post a Comment
Your feedback is very important to me. Please provide your feedback via putting comments.