Help - Search - Members - Calendar
Full Version: javascript
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
SNAP_Tornado
help plz!!
this is supposed to change the status bar message but...it's giving me an error message

CODE
<!-- begin code provided by createblog.com -->
<a href="#"
onMouseOver="window.status='Monkeys';return true;">
who do we love?</a>

<!-- end code provided by createblog.com -->
whomps
What's up with the <a href 's?

The correct one is:

CODE
<!-- begin code provided by createblog.com -->
<script>window.status="blah blah blah do not insert apostrophes in here unless you really want to you can put \' to put an apostrophe";</script>
<!-- end code provided by createblog.com -->
SNAP_Tornado
o...i read the <a href thingy on the webmonkey tutorial...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.