Java script problem
-
I am opening a .aspx page in a javascript popup on a button click event.in the popup i have an another button. on click of this button i am redirecting to another .aspx page. the problem is that after redirecting the page opens in the same poput.but i want to show the page in a full screen page size. this is the problem. Can any one solve my problem. Regards'
-
I am opening a .aspx page in a javascript popup on a button click event.in the popup i have an another button. on click of this button i am redirecting to another .aspx page. the problem is that after redirecting the page opens in the same poput.but i want to show the page in a full screen page size. this is the problem. Can any one solve my problem. Regards'
Try it
windows.location.href
cheers, Abhijit
-
Try it
windows.location.href
cheers, Abhijit
good morning, I am using the following code. But it doesnot work.what is the problem. please help. Response.Write(""); Response.Write("windows.location.href('Eventdetails.aspx?id='" + i ); Response.Write("</script>");
-
I am opening a .aspx page in a javascript popup on a button click event.in the popup i have an another button. on click of this button i am redirecting to another .aspx page. the problem is that after redirecting the page opens in the same poput.but i want to show the page in a full screen page size. this is the problem. Can any one solve my problem. Regards'
use window.open to open a new window for redirecting page in java script, and close the parent window.