E-mail List Archives
help with 508 compliant javascripts and mouse-overs
From: PK9519
Date: Jan 28, 2002 4:15PM
- Next message: jukka.korpela@tieke.fi: "Re: help with 508 compliant javascripts and mouse-overs"
- Previous message: Jon Gunderson: "RE: error with MAP"
- Next message in Thread: Mark Rew: "Re: help with 508 compliant javascripts and mouse-overs"
- Previous message in Thread: None
- View all messages in this Thread
I have a web page which has javascript and mouseovers--I am not familiar with
javascript but it references a link to a javascript page:
<script type="text/javascript" language="JavaScript" src="main.js"></script>
<link rel="stylesheet" href="/css_pc.css" type="text/css">
<script language="JavaScript">if
((navigator.platform=='MacPPC')&&(navigator.appVersion.substr(17,8) != "MSIE
5.0")) { document.write('<link rel=stylesheet href="/css_mac.css"
type="text/css">') }</script>
<script type="text/javascript" language="JavaScript">
function launchSplash(){
zPopWindow('splash.asp','Splash',600,500,1);
}
</script>
However it seems to be the mouseovers that are causing the Home Page
Screenreader to crash with script error messages. How can I make this
compliant without creating a text only page?
---
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/
- Next message: jukka.korpela@tieke.fi: "Re: help with 508 compliant javascripts and mouse-overs"
- Previous message: Jon Gunderson: "RE: error with MAP"
- Next message in Thread: Mark Rew: "Re: help with 508 compliant javascripts and mouse-overs"
- Previous message in Thread: None
- View all messages in this Thread