PDA

View Full Version : Hyperlink Targets



fswebdesign
20 Nov 2008, 09:18 AM
Hi there. I would like to be able to click on a button and have the linked page show up on the same page in the <div id="content"> that is there. is there anyway to do this?

thank you.

Justin

http://www.highperfparts.com

Wickham
20 Nov 2008, 12:49 PM
One way would be to use an iframe with a Name and target that Name from the link on the same page.

See item 2 on http://www.wickham43.supanet.com/tutorial/framesets.html

A better way would be to use PHP and an "include" file, but that is more complicated.