|
dzirkelb1 -> RE: Please critique (3/30/2005 10:14:34)
|
It depends on how the buttons are laid out...are they part of an include page or are they hard coded into every page? is it set up as frames? If its part of an include page, then a possible way would be an if then statement...not sure of exact syntax to be if current page = whatever...so maybe a workaround. Create a variable on each page and call it something like home... at top of each page put: <% vpage="home" %> on include page, put: <% if vpage="home" then%> html code to highlight button <%end if%> put that on each button if its hard coded into evey page, then simply highlight the button for that page.
|
|
|
|