Jump to content

Document Write


phpSensei

Recommended Posts

I get an Object Expected Error on Line 12

 

<html>
<head>
<title>Getting started with JavaScript</title>
<script language=”javascript”>
function displayText()
{
document.write("hello");

}
</script>
</head>
<body onload='displayText()'>
</body>
</html>

 

 

Line 12

 

<body onload='displayText()'>

Link to comment
https://forums.phpfreaks.com/topic/91744-document-write/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.