|
Posted by Mark Parnell on 10/16/49 11:16
Previously in alt.html, don <don@panix.com> said:
> here is a pic of what I'm trying to do
This is a plain text newsgroup - please don't post binary. If you want
to show an example, post a link.
> I'd like the links on the left to
> open up in the white box
It sounds like rather than linking to another part of the page, you
actually want to insert/replace part of the content of the page. There
are basically 2 ways of doing this:
1) Reload the page, using server-side script to insert the additional
content.
2) Use client-side script to insert/display the additional content.
1 is preferred, but requires server-side scripting of some sort
(whatever flavour you prefer/have available). 2 doesn't require any
server-side scripting to be available on the server, and will generally
be quicker, but won't work at all for visitors with scripting
disabled/unavailable.
--
Mark Parnell
http://www.clarkecomputers.com.au
alt.html FAQ :: http://html-faq.com/
Navigation:
[Reply to this message]
|