Forum Moderators: phranque

Message Too Old, No Replies

ASP Code Help

Changing window.open coding

         

Compworld

1:20 am on Apr 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello -

I was hoping that someone here may be able to help me in figuring out something. Currently, in one of the ASP pages, a person clicks on a button and then and window opens to the destination page. I am using the window.open coding, and wanted to know what I could change this to so that the destination page is opened within the same browsing window.

If someone knows what I need to change within the tag, please respond to this post.

Thanks!

CompWorld

Filipe

1:29 am on Apr 11, 2003 (gmt 0)

10+ Year Member



Sounds more like javascript than ASP.

I think what you want is:

window.location="http://whatever.com";