FRIHOSTFORUMSSEARCHFAQTOSBLOGSCOMPETITIONS
You are invited to Log in or Register a free Frihost Account!


[resolved] Linking Problem





riv
My website uses 3 frames: one for news, one for navigation, and one for content. I was wondering how I can to make a link that will point the navigation frame to "nav.html", the news frame to "news.html", and the content frame to "home.html," so in effect "resetting" the website.
I don't want a javascript that will refresh/reload the page, though. And thanks in advance for your help!
kv
riv wrote:
My website uses 3 frames: one for news, one for navigation, and one for content. I was wondering how I can to make a link that will point the navigation frame to "nav.html", the news frame to "news.html", and the content frame to "home.html," so in effect "resetting" the website.
I don't want a javascript that will refresh/reload the page, though. And thanks in advance for your help!


Here is an example

<a href="home.htm" target="main"
onclick="top.frames['news'].location.href='news.htm';self.location.href='nav.htm';">Refresh</a>

Make suitable changes to frame targets and html files. It will work.
riv
Thanks a lot!
Related topics
Microsoft Access 2003
[RESOLVED] image linking problem
problem with my computer
I have virus or someting Help !
Direct X Version Driver
Problem burning large .wav onto CD-R
Resolved: Frihost forum not sending notifications
Network Path Not Found
Changing a cursor?
[resolved] Background Problem
PHP Problem...
[RESOLVED] IE problem
Help, my floppy disk isn't working...
Unexpected T_STRINGS *Resolved*
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2011 Frihost, forums powered by phpBB.