I am using window.open to open pop up window , the window is being opened, but what also happens is that the page that calls the window is changing to the root page and it isnot suppose to change.
help?
my script:
<%Response.Write ("<a href="""" language=""javascript"" onmouseover =""window.open(file.asp?Id=" & bnumber & "' , 'file', 'width=400,height=200,scrollbars=yes')"">content</a>")%>
help?
my script:
<%Response.Write ("<a href="""" language=""javascript"" onmouseover =""window.open(file.asp?Id=" & bnumber & "' , 'file', 'width=400,height=200,scrollbars=yes')"">content</a>")%>