new windows cannot find path in javascript

AmbuB

New Member
I m facing problem with javascript new window.
when i run start.aspx file which is in temp folder.
temp folder has also download.aspx file. When I click a download button then I write a javacript code. The code is \[code\]new win = window.open("download.aspx", "new window", param);\[/code\]download.aspx file exist in same folder where start.aspx exist.
following error is return \[code\] "'win' is null or not an object". \[/code\]Note: This error return after deploy the file. On local it is running fine.Is there any body help me whats the problem is here??
 
Back
Top