Jump to content

onmousedown doesn't seem to be working


severndigital

Recommended Posts

I am jumping into javascript and ajax for the first time.

 

As i am going through my tutorials i am learning about the different javascript events. particularly in this case the onmousedown event.

 

my code below is exact to the tutorial, this is what i have.

 

<html>
     <head>
           <title>Javascript Event Example</title>
     </head> 

<body onmousedown="document.bgcolor='pink'">
<h1>
Click this page to turn it pink.
</h1>

</body>

</html>

 

according to the tutorial in the book I have the page is supposed to turn pink when you click on it. I have tried several different servers to eliminate the server being configured wrong. Also tried Firefox and Explorer with no luck.

 

Does anyone know why this isn't working??

 

thanks in advance.

chris

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.