View Full Version : I need coding help can some one help me


flahoneyboo
10-10-2005, 11:20 PM
well here's my website http://www.freewebs.com/flawlessprincess/
ok my problem is my pages everytime you click on a link the page pops up i want to be able to make it where when you click on the link the info stays on the same page but my info in the middle changes to what is on that page I hope i made this clear enough If you can help me please respond asap!

pretender
10-10-2005, 11:28 PM
well here's my website http://www.freewebs.com/flawlessprincess/
ok my problem is my pages everytime you click on a link the page pops up i want to be able to make it where when you click on the link the info stays on the same page but my info in the middle changes to what is on that page I hope i made this clear enough If you can help me please respond asap!
You can use target-"_top" in your links to open up over your page

Example
<a href="wherever.com" target="_top">Click Here to Go there</a>

If you use a frame or an Iframe you will need to name the frame or Iframe and use target="nameofframe"

Example:
<a href="wherever.com" target="nameofframe">Click Here to Open link in frame</a>

flahoneyboo
10-11-2005, 12:14 AM
thnks ill try that

pb&j
10-11-2005, 01:29 PM
you can find out about iframes towards the bottom of this page...

http://www.lissaexplains.com/frames.shtml