G
Guest
In my Page_Load I call a RegisterStartupScript. I know its getting called.
Yet, its not opening the page. I tried to open a regular .html file as well.
Same problem.
I know I can open 1. popup windows. I tested this with a whole different
application and it works fine. (different calling and receiving page though).
And the bummer is that it used to work last year when I last worked on this.
I'm sure of it. I even grabbed the same codebase to test with.
What am I missing?
I even saved the resultant page, and I can see my code in there.... (the new
code is at the very bottom.
Dim popupScript As String = "<script language='JavaScript'>" & _
"window.open('RtFileResult.aspx', '', " & _
"'width=750, height=580,
scrollbars,status,menubar,resizable,toolbar,titlebar,location');" & _
"</script>"
Page.RegisterStartupScript("PopupScript", popupScript)
Yet, its not opening the page. I tried to open a regular .html file as well.
Same problem.
I know I can open 1. popup windows. I tested this with a whole different
application and it works fine. (different calling and receiving page though).
And the bummer is that it used to work last year when I last worked on this.
I'm sure of it. I even grabbed the same codebase to test with.
What am I missing?
I even saved the resultant page, and I can see my code in there.... (the new
code is at the very bottom.
Dim popupScript As String = "<script language='JavaScript'>" & _
"window.open('RtFileResult.aspx', '', " & _
"'width=750, height=580,
scrollbars,status,menubar,resizable,toolbar,titlebar,location');" & _
"</script>"
Page.RegisterStartupScript("PopupScript", popupScript)