Javascript disabled Menu control Accessibility

M

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?
 
W

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 ([email protected], 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.
 
W

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 ([email protected], 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.
 
W

Walter Wang [MSFT]

Sorry for the typo in previous reply, should be ClientTarget="downlevel".

Regards,
Walter Wang ([email protected], 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top