javascript function parameters

Discuss general web development questions. Help others and get help from others.

Moderator: kfury77

javascript function parameters

Postby signcarver » Sat Jul 28, 2007 3:54 pm

Please excuse the basic nature of this question. I am learning HTML and CSS and have now begun to investigate Javascript.

Where can i find the input parameters required for such functions as onmouseover?

Thank you in advance.

Steve Racz
signcarver
 
Posts: 3
Joined: Fri Jul 20, 2007 3:49 pm

Postby MikeyB » Mon Jul 30, 2007 10:30 am

Hi Steve,

Here is a good place to start for JavaScript:
http://www.w3schools.com/js/default.asp

The onmouseover is an event, and can be found here:
http://www.w3schools.com/js/js_events.asp
Basically with an event, it executes the JavaScript you tell it when that event happens, usually it will be a function you've written.

The onmouseover event (I think all events?) only has one parameter which is the actual JavaScript that will execute.
User avatar
MikeyB
Top Contributor
 
Posts: 511
Joined: Fri Jun 09, 2006 10:38 am
Location: UK

Thank you!

Postby signcarver » Tue Jul 31, 2007 7:08 pm

Hey MikeyB,

Thank you for the info. I bookmarked and have begun looking at the site.

I also bought a book on JavaScript. The whole area of web development is more involved that i originally thought.

Thanks again for your help!
Steve
signcarver
 
Posts: 3
Joined: Fri Jul 20, 2007 3:49 pm


Return to Web Developer Talk

Who is online

Users browsing this forum: No registered users and 10 guests

cron