C Curt_C [MVP] Aug 2, 2004 #2 it can't. You'll have to pass that request to the clientside events/calls.
P Peter Aitken Aug 2, 2004 #4 I should add that the new window will not be displaying an existing page. Rather, the code behind will generate the HTML based on the user's input on the original page. It's this just-generated HTML that I want to display in a new window.
I should add that the new window will not be displaying an existing page. Rather, the code behind will generate the HTML based on the user's input on the original page. It's this just-generated HTML that I want to display in a new window.
C Curt_C [MVP] Aug 2, 2004 #5 look at the clientside calls like window.open() and even the A HREF with a target= attribute. -- Curt Christianson Owner/Lead Developer, DF-Software Site: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com
look at the clientside calls like window.open() and even the A HREF with a target= attribute. -- Curt Christianson Owner/Lead Developer, DF-Software Site: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com