|
Posted by Andrew Bailey on 02/15/07 09:56
"Holiday" <Holiday_x@yahoo.com> wrote in message
news:6g67t2trgnb30oq521n9ko6pr3886sksmq@4ax.com...
> Hello,
>
> I have a simple web page with one frame. I
> want this frame visable on all local pages, which
> does work fine, but when an outside link is clicked
> the frame is still there. Is there trick to closing
> the frame when a user clicks an outside link?
>
> Thanks,
> Holiday
Not sure if you found the answer but all you need to do is add the "target"
attribute to your links like so...
<a href="www.google.com" target="_top">Click here to visit Google</a>
This will load google into your current browser window, if you want to open
the link in a new browser window use...
<a href="www.google.com" target="_blank">Click here to visit Google</a>
Hope this helps
Andy
Navigation:
[Reply to this message]
|