can you try 3.31 with ie5?
Llorens� Sabat� wrote:
> 
> Hi:
> 
>   I'm testing Jaws 3.2 and 3.3. I have being using the Jaws to navigate
> in the Campus of the University Oberta of Catalunya (UOC,:
> http://www.uoc.es)
> 
>   I have found that Jaws doesn't read the checkbox and radio button
> well. If they are in a form structure, when they have the "ONCLICK"
> parameter. For example:
> 
> <INPUT TYPE="checkbox" NAME="fbola" VALUE="1"
> onClick="if(form.fbola.checked==false)setUnchecked(form.bola);">amb
> bola:
> 
> <INPUT TYPE="radio" NAME="bola" VALUE="vermell"
> onClick="form.fbola.checked=true;">
> 
>   In this example always says: "checkbox checked".
> 
>   If I eliminate the "onclick" parameter jaws says correctly if the
> check is checked or none. But if I put the onclick parameter then Jaws
> only says "Checkbox checked"
> 
> My System is:
> 
>   - Windows 98 in spanish
>   - Explorer 4.01 in spanish
> 
>   This problem only happens with Explorer. If I use Netscape 4.x Jaws
> says all correctly. Jaws cursor detects the checkbox well.
> 
> Good Bie
> 
> ---------  I attach the page that gives the problem. ----------
> 
> <HTML>
> <HEAD><TITLE></TITLE>
> <script>
> function setUnchecked(radioObj){
> for(var i in radioObj)
>  radioObj[i].checked=false;}
> </script>
> 
> </HEAD><BODY BGCOLOR="#ffffff"><
> 
> FORM ACTION="http://campus.uoc.es/UOC/a/cgi-bin/bustia/searchmess"
> METHOD=POST>
> 
> <INPUT TYPE="hidden" NAME="s" VALUE="5492223">
> <INPUT TYPE="hidden" NAME="l" VALUE="c0_000_00_02"><
> INPUT TYPE="hidden" NAME="f"
> VALUE="/home/c0_000/00/02/$FOLDER_MISSATGES$/$FOLDER_REBUTS$">
> <INPUT TYPE="hidden" NAME="f2"
> VALUE="/home/c0_000/00/02/$FOLDER_MISSATGES$">
> 
> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="1"><TR VALIGN="top"><TD
> VALIGN="TOP" COLSPAN=4><B>Cerca de missatges</B></TD><CENTER><TR
> VALIGN="top"><TD ALIGN="right" VALIGN="TOP">Despr�s del dia: </TD><TD>
> <INPUT TYPE="text" NAME="after" VALUE="1/10/99" SIZE="15" ></TD><TD
> ALIGN="right" VALIGN="TOP" WIDTH=87> Abans del dia: </TD><TD>
> <INPUT TYPE="text" NAME="before" VALUE="21/10/99" SIZE="15"
> ></TD></TR><TR VALIGN="top"><TD ALIGN="right" VALIGN="TOP">De: </TD><TD COLSPAN=3>
> <INPUT TYPE="text" NAME="from" SIZE="45" MAXLENGTH="254"></TD></TR><TR
> VALIGN="top"><TD ALIGN="right" VALIGN="TOP">Tema: </TD><TD
> COLSPAN=3><INPUT TYPE="text" NAME="re" SIZE="45"
> MAXLENGTH="254"></TD></TR></TR><TR VALIGN="top"><TD ALIGN="right"
> VALIGN="TOP">Missatge: </TD><TD COLSPAN=3>
> <INPUT TYPE="text" NAME="bo" SIZE="45" MAXLENGTH="254"></TD></TR><TR
> VALIGN="top"><TD ALIGN="right" VALIGN="TOP">opcions de cerca: </TD><TD
> COLSPAN=3 ALIGN=left>
> 
> <INPUT TYPE="checkbox" NAME="frec" VALUE=1>
> <IMG SRC="http://campus.uoc.es/UOC/a/mc-icons/fld_expa.gif"
> BORDER=0>&nbsp;&nbsp;<BR>
> <INPUT TYPE="checkbox" NAME="fbola" VALUE=1
> onClick=if(form.fbola.checked==false)setUnchecked(form.bola);>amb bola:
> <INPUT TYPE="radio" NAME="bola" VALUE="vermell"
> onClick=form.fbola.checked=true;>
> <IMG SRC="http://campus.uoc.es/UOC/a/mc-icons/usermarks/vermell.gif">
> 
> <INPUT TYPE="radio" NAME="bola" VALUE="blau"
> onClick=form.fbola.checked=true;>
> <IMG SRC="http://campus.uoc.es/UOC/a/mc-icons/usermarks/blau.gif">
> <INPUT TYPE="radio" NAME="bola" VALUE="gris"
> onClick=form.fbola.checked=true;>
> <IMG SRC="http://campus.uoc.es/UOC/a/mc-icons/usermarks/gris.gif">
> <INPUT TYPE="radio" NAME="bola" VALUE="groc"
> onClick=form.fbola.checked=true;>
> <IMG SRC="http://campus.uoc.es/UOC/a/mc-icons/usermarks/groc.gif">
> <INPUT TYPE="radio" NAME="bola" VALUE="verd"
> onClick=form.fbola.checked=true;><
> IMG SRC="http://campus.uoc.es/UOC/a/mc-icons/usermarks/verd.gif"><INPUT
> TYPE="radio" NAME="bola" VALUE="negre"
> onClick=form.fbola.checked=true;><IMG
> SRC="http://campus.uoc.es/UOC/a/mc-icons/usermarks/negre.gif"><BR>
> <INPUT TYPE="checkbox" NAME="futype" VALUE=1
> onClick="if(forms[0].futype.checked==false)forms[0].utype[0].selected=true;"
> >tipus d'usuari&nbsp;<SELECT NAME="utype" onChange="if(forms[0].utype[0].selected)
> forms[0].futype.checked=false;else
> forms[0].futype.checked=true;">
> <OPTION VALUE=none>Trieu un tipus d'usuari
> <OPTION VALUE=administraciocu>Administraci&oacute; - Entorn Club
> <OPTION VALUE=administracio>Administraci&oacute; - Entorn UOC
> <OPTION VALUE=autor>Autor - Entorn UOC
> <OPTION VALUE=fuoc>Consell FUOC - Entorn UOC
> <OPTION VALUE=consultor>Consultor - Entorn UOC
> <OPTION VALUE=consultor>Consultor fc - Entorn UOC
> <OPTION VALUE=convidat>Convidat - Entorn UOC
> <OPTION VALUE=estudiant_v>Direcci&oacute; ev - Entorn UOC
> <OPTION VALUE=estudiant>Estudiant - Entorn UOC
> <OPTION VALUE=estudiant_v>Estudiant ev - Entorn UOC
> <OPTION VALUE=estudiantmc>Estudiant mc - Entorn UOC
> <OPTION VALUE=extern>Extern - Entorn UOC
> <OPTION VALUE=gestio>Gesti&oacute; - Entorn UOC
> <OPTION VALUE=membre>Soci - Entorn Club
> <OPTION VALUE=membre>Soci ev - Entorn Club
> <OPTION VALUE=participant>Estudiant fc - Entorn UOC
> <OPTION VALUE=professor>Professor - Entorn UOC
> <OPTION VALUE=rectorat>Rectorat - Entorn UOC
> </SELECT></TD></TR><TR VALIGN="top"><TD ALIGN="right"
> VALIGN="TOP">Nombre m�xim de respostes: </TD><TD><INPUT TYPE="text"
> NAME="num" VALUE="25" SIZE="3" ></TD><TD><A
> HREF="javascript:document.forms[0].submit()"><IMG BORDER="0"
> 
>SRC="http://campus.uoc.es/UOC/a/mc-icons/msgsearch.gif"></A></TD></TR></TABLE></FORM></BODY></HTML>
> 
> -------- Cut and paste to view the problem -------
> -
> Visit the jfw ml web page: http://jfw.cjb.net

-- 
Hands-On Technolog(eye)s
Touching The Internet:
mailto:[EMAIL PROTECTED]
Voice: 301.949.7599
ftp://ftp.clark.net/pub/poehlman
http://poehlman.clark.net
Dynamic Solutions Inc.
Best of service
for your small business
network needs!
http://www.dnsolutions.com

---sig off---
-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to