View Full Version : My frames keep opening a new window


glitter gal
01-29-2003, 06:41 PM
i have got all da menu options in the left frame, and da page on the righte, but when u click an option, say like 'links' the page only comes up in a new window, not in da right. i have this code "a href="links.html" target="rightside">Click 4 Links</a> but it dont seem 2 work. plz help!!

Sheila
01-29-2003, 06:42 PM
Make sure your frame is named rightside. Look at your frame code and spell it the same way...it is case sensitive.


I looked at your source....

It should be

<a href="Your Link" target="main">Link Name</a>

glitter gal
01-30-2003, 07:02 PM
dtas exactly wot i did but it still wont work!!! : ( My stupid site!

Sheila
01-30-2003, 07:56 PM
I looked at your frame code again, and now you have a different name for the frame....so you need to change your target...

<a href="hannah.html" target="rightside">Hannah</a>

It should work now.

glitter gal
01-30-2003, 07:58 PM
thanx, it now works!!!! = )

Sheila
01-30-2003, 08:00 PM
Welcome :)