PDA

View Full Version : Help!



My3tery
17-04-2006, 02:36 PM
I need help, whenever you click a link in my naviagation it opens in the navigation box, so how wouldi get it to open in the rite box?


Edited by Catzsy (Forum Super Moderator) : Thread closed as bumped after 5+ years

Encryptions!
17-04-2006, 02:40 PM
Hello.

I am assuming you are using iframes for this so when you put your iframe onto your content box make sure the link has a target code on it to link to the iframes name. For example


<a href-"url.php" target="maincontent">Home</a>
That would find a target called main content so rename your link and iframe =]

Thanks
Encryptions

ItchysPaws
17-04-2006, 02:40 PM
if your using iframes, you need to use

<iframe src="page" name="navigation"> for your navigation one etc

and for the page u want to appear
<ifram src="page" name="home"> and then in your navigation page at the top in head put <base target="home"> and thereyou go :)

My3tery
17-04-2006, 02:43 PM
Yes that will be my problem thanks guys

kajjait
10-02-2012, 07:29 AM
if your using iframes, you need to use


<iframe src="page" name="navigation"> for your navigation one etc

and for the page u want to appear
<ifram src="page" name="home"> and then in your navigation page at the top in head put <base target="home"> and thereyou go :)


THANK YOU!!!!!!!!!!!!!!!!! holy **** i was using "id" and it worked on everything but firefox


Edited by Catzsy (Forum Super Moderator) : Please do not bump old threads

beth
10-02-2012, 07:31 AM
nice 6 year bump.

Want to hide these adverts? Register an account for free!