M
Mark Fitzpatrick
Response.Redirect("pagename.htm")
If you want it to open in a new browser window, you're better off using
JavaScript on the client-side to open the browser as a response.redirect
can't open a new browser window.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
If you want it to open in a new browser window, you're better off using
JavaScript on the client-side to open the browser as a response.redirect
can't open a new browser window.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage