Home All Groups Group Topic Archive Search About

Javascript disabled Menu control Accessibility

Author
31 Aug 2006 1:37 PM
Mike Logan
According to this page:  http://msdn2.microsoft.com/en-us/library/ms227996.aspx

For the Menu control:

"In browsers that do not support the full client-side functionality of the
control, the browser will refresh the window to show the secondary
navigation, which might cause screen readers to begin reading the page again."

I cannot get this to work in Internet Explorer or Firefox.

In Internet Explorer the browser does a postback, but the page never
reloads.  15 minutes later and it still hasn't reloaded.

In Firefox, I don't even believe it does a postback.

Is there something I am doing wrong?


--
Mike Logan

Author
1 Sep 2006 9:54 AM
Walter Wang [MSFT]
Hi Mike,

Per this statement: "In browsers that do not support the full client-side
functionality of the control", it doesn't mean that it can detect you
disabled javascript in IE. ASP.NET determines browser capabilities by
checking the user-agent info sent by the browser.

Hope this helps. Please feel free to post here if anything is unclear.

Sincerely,
Walter Wang (waw***@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Are all your drivers up to date? click for free checkup

Author
1 Sep 2006 11:34 AM
Mike Logan
Is there anyway I can make it work with javascript disabled?
--
Mike Logan


Show quoteHide quote
"Walter Wang [MSFT]" wrote:

> Hi Mike,
>
> Per this statement: "In browsers that do not support the full client-side
> functionality of the control", it doesn't mean that it can detect you
> disabled javascript in IE. ASP.NET determines browser capabilities by
> checking the user-agent info sent by the browser.
>
> Hope this helps. Please feel free to post here if anything is unclear.
>
> Sincerely,
> Walter Wang (waw***@online.microsoft.com, remove 'online.')
> Microsoft Online Community Support
>
> ==================================================
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
> http://msdn.microsoft.com/subscriptions/support/default.aspx.
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
Author
4 Sep 2006 2:34 AM
Walter Wang [MSFT]
Hi Mike,

Unfortunately the Menu control will not work without javascript.

As for the behavior described in the page you referenced, you can test it
by setting ClientBrowser="downlevel" in the @ Page directive. However, the
postback by the menu's hyperlink is still using javascript, so disabling
javascript will not make it work.

Regards,
Walter Wang (waw***@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Author
4 Sep 2006 2:34 AM
Walter Wang [MSFT]
Sorry for the typo in previous reply, should be ClientTarget="downlevel".

Regards,
Walter Wang (waw***@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Bookmark and Share

Post Thread options