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
https://forums.phpfreaks.com/topic/65272-onmousedown-doesnt-seem-to-be-working/
Share on other sites

at least it is not me or my servers then  ;D ???

 

interesting though, it is an example from Ajax For Dummies book, you would think they would all work.

 

I will move through the rest of the book and see if I get any other errors.

 

 

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.