Forum Moderators: open

Message Too Old, No Replies

iFrame help needed please

         

Acternaweb

1:15 pm on Mar 5, 2004 (gmt 0)

10+ Year Member



I have an iframe with links, however the links load in the frame rather then going to a new page. Do I need to tag the link in the iframe a certain way?

Thanks,

Dayo_UK

1:30 pm on Mar 5, 2004 (gmt 0)



Target=top in the link should do it :)

EG.

<a href="example.htm" target="top">Link text</a>

or target=blank if you want a new window.

Acternaweb

2:19 pm on Mar 5, 2004 (gmt 0)

10+ Year Member



Thanks it worked.