Hi, with mozilla firefox the following code doesn't work, notting appears on the browser, the browser is blank:
[HTML]<!DOCTYPE html PUBLIC "-//W3C/DTD XHTML 1.0 Transitional/EN" "http://www.w3.org/TR/xhtml1 - transitional">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>ex ampletest2</title>
<script language="JavaS cript" type="text/javascript">
document.write( "<h1>Test</h1>");
</script>
</head>
<body>
</body>
</html>[/HTML]
//Can you anyone give advice please?
[HTML]<!DOCTYPE html PUBLIC "-//W3C/DTD XHTML 1.0 Transitional/EN" "http://www.w3.org/TR/xhtml1 - transitional">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>ex ampletest2</title>
<script language="JavaS cript" type="text/javascript">
document.write( "<h1>Test</h1>");
</script>
</head>
<body>
</body>
</html>[/HTML]
//Can you anyone give advice please?
Comment