dreamweaver - Javascript won't display? -


This is probably a silly question, but for some reason I can not find JavaScript to display on my pages. I'm trying it on both Notepad and Dreamweaver, and testing them using the local host in XAMP, but it can not be displayed to check it.

I have tried to do this with just a few very basic code to see if it works, something like this:

   "document.write (" & lt; b & Gt; UTC Time: & lt; / b & gt; "+ utctime +" & lt; br / & gt; "); hours = now go. Mins = now.getMinutes (); Secs = now. GetSeconds (); document.write ("& lt; h1>"); Document.write (hours + ":" + minute + ":" + sec); document.write ("& lt; / h1> gt; ; ");   

But nothing is available at this time, only one HTML header which I keep. I was hoping someone had There was a suggestion.

  now = new data ();   

is it New date () can be? If so, it will remove a reference and close its code.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -