B Bryan G Mar 15, 2004 #1 I'm using C# webForms and need to open a new window that loads another .aspx page, HOW?? Thanks, BG
C Curt_C [MVP] Mar 15, 2004 #2 you will have to use a clientside call, either an HREF with a TARGET or a window.open() call. Beyond that you could use a FORM...TARGET tag as well
you will have to use a clientside call, either an HREF with a TARGET or a window.open() call. Beyond that you could use a FORM...TARGET tag as well