At kaiserklan.com/roundtable/indexxml.html is a mock-up of the pages
I'm working on. I would like the left side menu to stay 100% CSS (if
possible) but I want to be able to have just one front page and use
XMLHttpRequest() to replace the tan part of the page depending on the
menu selection. This page is hard coded to use this technique for the
main (home) page, however I would like each menu item to have a value
that can be picked up by the JavaScript to display the requested page.

For example the tan part of this screen is actually a text file called
main.txt, the Bonus Programs page is bonus.txt, Three Programs is
three.txt, the problem is I can't figure out a way to put this ul/li
css menu into a form where I can call the clicked items value to pass
to the script to call the next text file. What I need is something
like this
<ul>
  <li id="three" value="menu.txt">Bonus Programs
  <li id="four" value="three.txt">Three Programs
  <li etc.....
</ul>

Two things (maybe more) occur to me, one I'm approaching this
completely wrong and every one of those items needs to be a complete
page including banner, menus etc. or two I just don't know what I'm
doing. Please can someone shed some light on how to do this?

Thanks.

--
YIS/YIV
Keith D Kaiser -- Venturing Roundtable Commissioner
kaiserklan.com
kaiserklan.com/roundtable
kaiserklan.com/wa0tjt
[EMAIL PROTECTED]
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to