Hallo,
this testweb works well in Mozilla and Netscape but not in Internet
Explorer.
As I am not good at JavaScript I have got no idea where to look fot
the bug.
I kindly ask you for your help.
I add the parts of code that might be buggy.
Thank you very much for your patience with newbies.
Yvonne
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
..
..
..
<script language="JavaS cript">
<!--
function Go(x)
{
if(x == "nothing")
{
document.forms[0].reset();
document.forms[0].elements[0].blur();
return;
}
else if(x == "end") top.location.hr ef = parent.frames[1].location;
else
{
parent.frames[1].location.href = x;
document.forms[0].reset();
document.forms[0].elements[0].blur();
}
}
//-->
</script>
..
..
..
<form>
<select name="bereich1"
onChange="Go(th is.form.bereich 1.options[this.form.berei ch1.options.sel ectedIndex].value)"
width="50">
<option value="nothing" >Bereich1
<option value="nothing" >. . . . . . . </option>
<option value=""onClick ="parent.conten t.location='../content/content_gelb.ht ml';
parent.thumbs.l ocation='../thumbs/thumbs_gelb.htm l'; return
false;">gelb</option>
<option value=""onClick ="parent.conten t.location='../content/content_blau.ht ml';
parent.thumbs.l ocation='../thumbs/thumbs_blau.htm l'; return
false;">blau</option>
</select>
</form>
</td>
<td width="25" valign="bottom" > </td>
<td width="155">
<form>
<select name="bereich2"
onChange="Go(th is.form.bereich 2.options[this.form.berei ch2.options.sel ectedIndex].value)"
width="50">
<option value="nothing" >Bereich2 </option>
<option value="nothing" >. . . . . . . </option>
<option value=""onClick ="parent.conten t.location='../content/content_rot.htm l';
parent.thumbs.l ocation='../thumbs/thumbs_rot.html '; return
false;">rot</option>
<option value=""onClick ="parent.conten t.location='../content/content_gruen.h tml';
parent.thumbs.l ocation='../thumbs/thumbs_gruen.ht ml'; return
false;">grĂ¼n</option>
</select>
</form>
..
..
..
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
this testweb works well in Mozilla and Netscape but not in Internet
Explorer.
As I am not good at JavaScript I have got no idea where to look fot
the bug.
I kindly ask you for your help.
I add the parts of code that might be buggy.
Thank you very much for your patience with newbies.
Yvonne
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
..
..
..
<script language="JavaS cript">
<!--
function Go(x)
{
if(x == "nothing")
{
document.forms[0].reset();
document.forms[0].elements[0].blur();
return;
}
else if(x == "end") top.location.hr ef = parent.frames[1].location;
else
{
parent.frames[1].location.href = x;
document.forms[0].reset();
document.forms[0].elements[0].blur();
}
}
//-->
</script>
..
..
..
<form>
<select name="bereich1"
onChange="Go(th is.form.bereich 1.options[this.form.berei ch1.options.sel ectedIndex].value)"
width="50">
<option value="nothing" >Bereich1
<option value="nothing" >. . . . . . . </option>
<option value=""onClick ="parent.conten t.location='../content/content_gelb.ht ml';
parent.thumbs.l ocation='../thumbs/thumbs_gelb.htm l'; return
false;">gelb</option>
<option value=""onClick ="parent.conten t.location='../content/content_blau.ht ml';
parent.thumbs.l ocation='../thumbs/thumbs_blau.htm l'; return
false;">blau</option>
</select>
</form>
</td>
<td width="25" valign="bottom" > </td>
<td width="155">
<form>
<select name="bereich2"
onChange="Go(th is.form.bereich 2.options[this.form.berei ch2.options.sel ectedIndex].value)"
width="50">
<option value="nothing" >Bereich2 </option>
<option value="nothing" >. . . . . . . </option>
<option value=""onClick ="parent.conten t.location='../content/content_rot.htm l';
parent.thumbs.l ocation='../thumbs/thumbs_rot.html '; return
false;">rot</option>
<option value=""onClick ="parent.conten t.location='../content/content_gruen.h tml';
parent.thumbs.l ocation='../thumbs/thumbs_gruen.ht ml'; return
false;">grĂ¼n</option>
</select>
</form>
..
..
..
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
Comment