C
Confused
I'm having a problem with Firefox 2.0.0.14 on Windows XP Professional.
When I try putting an onfocus event on a page it just keeps looping
indefinitely. Has anyone else had problems with this?
Example code:
<script language="javascript">
function announce()
{
alert('Hi!');
}
</script>
..
..
<body onfocus="announce()">
etc.
When I try putting an onfocus event on a page it just keeps looping
indefinitely. Has anyone else had problems with this?
Example code:
<script language="javascript">
function announce()
{
alert('Hi!');
}
</script>
..
..
<body onfocus="announce()">
etc.