Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

BUG: this DHTML will crash IE6.0.2600

0 views
Skip to first unread message

Jim Cline

unread,
Aug 21, 2002, 1:52:20 PM8/21/02
to
I couldn't find where to submit a bug for this so I'm submitting here..

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
<script id="clientEventHandlersJS" language="javascript">
<!--

function crash_ie( control)
{
alert(control.id);
try
{
// crash time
var range = control.createTextRange();
}
// never makes it to the catch block
catch(e){}
}

//-->
</script>
</head>
<body>
<P>
<INPUT id="Button1" type="button" value="Crash IE w/CheckBox"
name="Button1" language="javascript" onclick="return crash_ie(Checkbox1) ">
<INPUT id="Button2" type="button" value="Crash IE w/Radio
Button" name="Button2" language="javascript" onclick="return
crash_ie(Radio1)"></P>
<P>&nbsp;</P>
<P>
<INPUT id="Checkbox1" type="checkbox" name="Checkbox1"> <INPUT
id="Radio1" type="radio" value="Radio1" name="RadioGroup"></P>
</body>
</html>

Jim Cline

unread,
Aug 21, 2002, 2:32:51 PM8/21/02
to
Also, where else should/can I submit this bug?

-Jim

"Jim Cline" <james_...@msn.com> wrote in message
news:e21VetTSCHA.3544@tkmsftngp08...

0 new messages