hi all,
i have used iframe in that i have called login.aspx page using that i am logging in asp.net applicaiton.I want to come out of iframe once i logged in properly (After logged in i want that page without iframe).
Thanks & Regards,
Deepak
Response.Write("<script>window.open('http://www.google.com.hk/','_blank');</script>");
Or you can try something like this;
Response.write("<scri" & "pt language=""javascript"">" & " redirect();" & " function redirect()" & " {document.form.action=""productPRV.aspx"" document.form.method=""post""; document.form.target=""_blank""; document.form.submit();}" & " </scr" & "ipt>")
Also go thr this link;
http://www.sourcecodeonline.com/list?q=how_to_open_iframe_in_new_page