Thanks Balaji very much for you reply.
 
Eugen

Balaji vishnubhotla <[EMAIL PROTECTED]> skrev:
I think u dont want to show hyperlink for the navigation when it is in
that page.

In such case u use the following code:

<% If Request.ServerVariables("SCRIPT_NAME") <> "/contact.asp" Then %>
<a href="xxx.asp">contact</a>
<% Else %>
contact
<% End If %>

same way use for all the navigations u r placing in the Navigation
menu. If not solved tell me, I"ll try out for another solution.

Balaji

On 6/2/05, aktra2004 <[EMAIL PROTECTED]> wrote:
> I have a asp web page with the following links: The links work fine but 
> I am having problems with the display of whether the links are active 
> or not. This makes the user of my pages confused as he does not know 
> where he actually is.
> 
> SignIn - Join Now - AboutX - Ad - Contact
> 
> When I press the SignIn link I get the following links
> Welcome: user A - SignOut - UserInfo - AboutX - Ad - Contact
> 
> When I sign in and come to the users Info page, but will then(for 
> example) need to check out the contact link to see the contact 
> information. On pressing the contact link now shows the contact.asp 
> page but the link does not get inactive. The same is for the AboutX and 
> Ad links.
> Question: What code is necessary to write in order to make the link 
> inactive when activated. Also how to make it active again by pressing 
> another link.
> 
> 
> Eugen
> 
> 
> 
> 
> 
> 
> 
> 
> 
> ________________________________
> Yahoo! Groups Links
> 
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
>   
> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>   
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


-- 
Balaji V


---------------------------------
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
  
   To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to