MikeWiz628
Programmer
This is driving me crazy and I was wondering if anyone can give me a hand with this.
I'm in an aspx page and I want to open a new window when a button is clicked.
Here's what I have:
Response.Write("<SCRIPT Language=VBScript>" & vbCrLf)
Response.Write("window.open" & "(" & """version.htm""" & "
" & vbCrLf)
Response.Write("</SCRIPT>"
That works fine, however, when I start to add specifications it doesn't work. I'd like to size it to a particualr size.
Is this possible? I'm thinking that I'm getting my quotations all screwy.
Thanks in advance!
I'm in an aspx page and I want to open a new window when a button is clicked.
Here's what I have:
Response.Write("<SCRIPT Language=VBScript>" & vbCrLf)
Response.Write("window.open" & "(" & """version.htm""" & "
Response.Write("</SCRIPT>"
That works fine, however, when I start to add specifications it doesn't work. I'd like to size it to a particualr size.
Is this possible? I'm thinking that I'm getting my quotations all screwy.
Thanks in advance!