G
Gomathi
Hi All,
In my web application, i use this following code to open a pop up window.
Its working in my machine.
Response.Write("var win =
window.open('ResponseCountReport.aspx',null,'height =300 width=420
scrollbars=yes');");
But when i hosted my application in my ISP server, its not working.
Any idea where the problem will be?
Thanks in advance.
Regards,
Gomathi
In my web application, i use this following code to open a pop up window.
Its working in my machine.
Response.Write("var win =
window.open('ResponseCountReport.aspx',null,'height =300 width=420
scrollbars=yes');");
But when i hosted my application in my ISP server, its not working.
Any idea where the problem will be?
Thanks in advance.
Regards,
Gomathi