M
margaret
James suggested that I used window.open on the client side
to open a new window. I created a test ASP app and can
get it work fine. But now I'm trying to fix my real app,
which is in ASP.NET. It uses a button with the button
handler in the C# code-behind page calling
Response.Redirect. I can't find anything that's
equivalent to window.open and I don't know enough about
ASP to figure out how or where to put the window.open and
still run all the other stuff that's happening in my click
handler. If I knew what to look up or what class it lives
in I can probably find it in the docs. Can somebody point
me in the right direction?
Thanks
to open a new window. I created a test ASP app and can
get it work fine. But now I'm trying to fix my real app,
which is in ASP.NET. It uses a button with the button
handler in the C# code-behind page calling
Response.Redirect. I can't find anything that's
equivalent to window.open and I don't know enough about
ASP to figure out how or where to put the window.open and
still run all the other stuff that's happening in my click
handler. If I knew what to look up or what class it lives
in I can probably find it in the docs. Can somebody point
me in the right direction?
Thanks