[ List Archives Home ] [ Thread index for 2008 ] [ Date index for 2008 ] [ Author index for 2008 ]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hi,

We want the 'Millenium Web OPAC Pro' pages to pass the AA accesibility test (http://www.tawdis.net/taw3/cms/es). The Millenium Web Opac / WebBridge automatically includes some javascript (.js) files, such as /scripts/common.js and /scripts/webbridge.js . The inclusion is done like this:

<script language="JavaScript" type="text/javascript" src="/scripts/common.js"></script>
<script language="JavaScript" type="text/javascript" src="/scripts/webbridge.js"></script>

In order to pass the AA accesibility test we need to remove the parameter 'language="JavaScript"'.

<script type="text/javascript" src="/scripts/common.js"></script>
<script type="text/javascript" src="/scripts/webbridge.js"></script>

Since that parameter is automatically included, we cannot manually remove it.
We already sent an e-mail to Helpdesk , asking her about this issue and the reply was :
------------------- I'm afraid there is simply no way for us to remove these lines of code, as they are automatically inserted into the pages by the webpac program, and that the III Helpdesk does not support making webpac pages AA-compliant.

I suggest you pose the question to the IUG listserv, or search the listserv archives to see if any other Innovative customer has dealt with this issue previously.
------------------------


We've searched the web with no luck in the results. So, have any of you dealt with this issue?

Thanks in advance,

Teresa
--

+ Teresa Muñoz Pascual
Informatización de Bibliotecas. Edificio de Matemáticas
Universidad deZaragoza
C/Pedro Cerbuna 12
50009 Zaragoza (Spain)
( 976 762300 FAX: 976 762208