| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
|
Hyperlink problem with frames
Hi, i have just created a fairly basic website for a friend at uni, but i'm having a problem with the buttons i have used for hyperlinks. If you follow the hyperlink below it will show how when you click on a hyperlink, it opens the new page, however i wish it to open in the main frame. http://www.su.nottingham.ac.uk/~netball/home.htm any suggestions for fixing this problem would be much appreciated, and indeed if you wish to make any suggestions about the website as i am merely an amature web designer regards Andy |
|
|
|
|
|
#2 (permalink) |
|
Registered User
Join Date: Aug 2004
Location: Montreal
Posts: 10
|
I'm not with familliar with Frontpage java buttons (whatever they're called). However, after looking at your source code, maybe you can try to add this line in each of those button codes: <param name="target" value="name of your mainframe"> Actually, try adding this line to one of those button, and test it before you proceed to the rest of those links. Personally, I don't like those java buttons, even text links would look nicer in my opinion. |
|
|
|
#6 (permalink) |
|
Registered User
Join Date: Aug 2004
Location: Philadlephia, PA USA
Posts: 5
|
Ouch, Java applet nav buttons? I guess that's guaranteed to hover on any browser, long as they have applets turned on and the correct JVM. If you get tired of having to u pdate all of that you can try to use this JavaScript version: This goes inside the <head> tag: HTML Code:
Then you only need a few lines to display it: HTML Code:
Just put the entire html chunk above in-line wherever you want the nav table. It's much easier to update the links and you only have to change the layout in one spot if you modify colors,fonts, etc. |
|
![]() |