Hi, I am trying to code my asp page so that if you are on page Y, the link to
page Y in the nav, is in the over state to help users identify where they are.
I tried putting this at the top of each page: <% section = '05' page_title =
'Y' %> And this in my img tag: <img src='Images/sm_im<% If page = 'Y' Then
Response.Write('ON') %>.gif' name='y' width='125' height='20' border='0' id='y'
> I'm missing something, but I cannot figure it out. I think I need to write a
function with a variable, but I'm not sure what it should look like. Thanks!