Forum Moderators: open

Message Too Old, No Replies

Link opens in new window

         

jefferson

3:00 pm on Sep 1, 2005 (gmt 0)

10+ Year Member



I have a link that points to a powerpoint presentation. It opens in a new window every time. How do I get it to open in the current window?

link looks like this:

<a href ="./presentations/DISASTER.htm">Disaster</a>

badger111

11:55 pm on Sep 6, 2005 (gmt 0)

10+ Year Member



<a href ="./presentations/DISASTER.htm" target="_self">Disaster</a>