PC Review


Reply
Thread Tools Rate Thread

disable the buton when viewing

 
 
=?Utf-8?B?a2F0aGly?=
Guest
Posts: n/a
 
      3rd Oct 2005
commenly used the type. my doupt is a disable the button when viewing tha
page.
becouse we open the home button.now we can view the home page in tha brousre.
that time tha home button is coded. how to add that one.
pls send it to me.
kathir
 
Reply With Quote
 
 
 
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      3rd Oct 2005
kathir:
Could you please try rewording your question? I don't understand what you
are asking.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/




"kathir" <(E-Mail Removed)> wrote in message
news:F147AD7A-9865-4334-B804-(E-Mail Removed)...
> commenly used the type. my doupt is a disable the button when viewing tha
> page.
> becouse we open the home button.now we can view the home page in tha
> brousre.
> that time tha home button is coded. how to add that one.
> pls send it to me.
> kathir



 
Reply With Quote
 
fido
Guest
Posts: n/a
 
      4th Oct 2005
On Mon, 3 Oct 2005 12:20:29 -0400, "Kathleen Anderson [MVP -
FrontPage]" <(E-Mail Removed)> wrote:

>kathir:
>Could you please try rewording your question? I don't understand what you
>are asking.


I think the OP is asking how to disable the nav button which points to
to the Home page when the user is viewing the Home page.

I assume this would need to apply to all pages in a site: that the
button pointing to the current page be disabled or greyed out.

That's my guess.

fido
 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      4th Oct 2005
You would have to either do that with custom javascript, or with CSS,
depending on how you made your navigation elements. When using the CSS
method, you wouldn't be able to de-activate the link, but you would be able
to make the button look selected.

There is no 'built-in' function in FP that would do this for you.

--
Murray
============

"fido" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Mon, 3 Oct 2005 12:20:29 -0400, "Kathleen Anderson [MVP -
> FrontPage]" <(E-Mail Removed)> wrote:
>
>>kathir:
>>Could you please try rewording your question? I don't understand what you
>>are asking.

>
> I think the OP is asking how to disable the nav button which points to
> to the Home page when the user is viewing the Home page.
>
> I assume this would need to apply to all pages in a site: that the
> button pointing to the current page be disabled or greyed out.
>
> That's my guess.
>
> fido



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      4th Oct 2005
Navigation links can also be deactivated or removed with server-side scripting.

IMO, I don't think it is a good idea to do this.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Murray" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> You would have to either do that with custom javascript, or with CSS, depending on how you made
> your navigation elements. When using the CSS method, you wouldn't be able to de-activate the
> link, but you would be able to make the button look selected.
>
> There is no 'built-in' function in FP that would do this for you.
>
> --
> Murray
> ============
>
> "fido" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>> On Mon, 3 Oct 2005 12:20:29 -0400, "Kathleen Anderson [MVP -
>> FrontPage]" <(E-Mail Removed)> wrote:
>>
>>>kathir:
>>>Could you please try rewording your question? I don't understand what you
>>>are asking.

>>
>> I think the OP is asking how to disable the nav button which points to
>> to the Home page when the user is viewing the Home page.
>>
>> I assume this would need to apply to all pages in a site: that the
>> button pointing to the current page be disabled or greyed out.
>>
>> That's my guess.
>>
>> fido

>
>



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      4th Oct 2005
Yes - I overlooked that obvious option! Thanks, Thomas.

Deactivating the link on the page already loaded is a nicety, e.g.,

<% if page<>"this" then %><a href="this.html">
THIS
<% if page<>"this" then %></a>

--
Murray
============

"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Navigation links can also be deactivated or removed with server-side
> scripting.
>
> IMO, I don't think it is a good idea to do this.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Murray" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> You would have to either do that with custom javascript, or with CSS,
>> depending on how you made your navigation elements. When using the CSS
>> method, you wouldn't be able to de-activate the link, but you would be
>> able to make the button look selected.
>>
>> There is no 'built-in' function in FP that would do this for you.
>>
>> --
>> Murray
>> ============
>>
>> "fido" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> On Mon, 3 Oct 2005 12:20:29 -0400, "Kathleen Anderson [MVP -
>>> FrontPage]" <(E-Mail Removed)> wrote:
>>>
>>>>kathir:
>>>>Could you please try rewording your question? I don't understand what
>>>>you
>>>>are asking.
>>>
>>> I think the OP is asking how to disable the nav button which points to
>>> to the Home page when the user is viewing the Home page.
>>>
>>> I assume this would need to apply to all pages in a site: that the
>>> button pointing to the current page be disabled or greyed out.
>>>
>>> That's my guess.
>>>
>>> fido

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How To disable "The webpage you are viewing is trying to close the =?Utf-8?B?SmFzb25DYXQ=?= Windows XP Internet Explorer 1 30th Mar 2007 12:36 AM
How to disable viewing DB objects of MDE file from another database? Milan Microsoft Access VBA Modules 3 31st Aug 2004 02:37 PM
Disable viewing of macros Giri Microsoft Excel Misc 3 3rd May 2004 02:25 PM
Disable activeX but NOT pdf viewing Michalis Windows XP Internet Explorer 0 6th Dec 2003 09:16 PM
disable stationary viewing in Outlook 2000? jason Microsoft Outlook 0 5th Dec 2003 05:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:03 PM.