[thelist] IE bug

Walker, Matthew Matthew.Walker at cdc.org.nz
Wed Jul 26 18:12:40 CDT 2000


> 	Doesn't seem to cause a problem for me on IE4 or IE5 
> (PC). Can you
> supply a specific script example so I can be sure of what you 
> are saying?
> And how about the pertinent snippet from your source to show 
> the result.
> Thanks.

As I put together this example, I discovered it has to be an ASP file, not
an HTML file. So it turns out to be a problem with Personal Web Server -- IE
never even gets the script block.

<html><head>

<script language="JavaScript" type="text/javascript">
<!--
function helloWorld() { alert('Hello, world!') }
function Metadata() { }
//-->
</script>
	
</head><body onload = "helloWorld()"></body></html>




More information about the thelist mailing list