N
Nevyn Twyll
Is there any way I can use a code-behind event (like a btn_Click event)
to write some javascript into the Response?
I was thinking of using Response.Write() to write the following code into
the response:
window.open("mynextpage.aspx","_blank", "height=300, width=450,
left=100, top=100, " + "location=no, menubar=no, resizable=no, " +
"scrollbars=no, titlebar=no, toolbar=no", true);
Any idea how I'd do that?
Thanks!
to write some javascript into the Response?
I was thinking of using Response.Write() to write the following code into
the response:
window.open("mynextpage.aspx","_blank", "height=300, width=450,
left=100, top=100, " + "location=no, menubar=no, resizable=no, " +
"scrollbars=no, titlebar=no, toolbar=no", true);
Any idea how I'd do that?
Thanks!