mejpark

JavaScript change content demo

May 15th, 2012
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.44 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2.    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.   <title>JavaScript change content demo</title>
  6. </head>
  7. <body>
  8.   <h1>Blink and you'll miss it...</h1>
  9.   <p id="demo">This is a paragraph.</p>
  10.   <script type="text/javascript">
  11.   <!--
  12.  document.getElementById("demo").innerHTML=Date();
  13.  //-->
  14.   </script>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment