Javascript help - how do u use more then one mouseover script in the same link

They have: 2 posts

Joined: Jul 1999

how can you use more then one mouseover script in the same link?

Can you help me?

John Pollock's picture

He has: 628 posts

Joined: Mar 1999

We might be able to help, but we will need much more information on what you are trying to do. Please provide some details....Smiling

----------
Page Resource: http://www.pageresource.com
JavaScript City: http://www.javascriptcity.com

They have: 220 posts

Joined: May 1999

While researching the subject for multiple image rollers I found this page and it answered the questions I had.

http://webreview.com/wr/pub/97/06/13/coder/index.html

Hope this helps,

Matt

----------
1-On-1 Free Basketball Game - Wanna Play?
http://basketball-game.com

1-On-1 Free Basketball Game - Wanna Play?
http://basketball-game.com/
Thousands of Players around the World compete weekly!

They have: 2 posts

Joined: Jul 1999

I'm trying to have a onmouseover script and a image roll over in the same tag. It wont let do this, instead it shows the first script listed in the tag. Can you help me?

John Pollock's picture

He has: 628 posts

Joined: Mar 1999

It depends on what two scripts you are using. If both of them have a main function you need to call, you might be able to get away with calling the functions one after another, ie:

onMouseover="function1();function2()">

----------
Page Resource: http://www.pageresource.com
JavaScript City: http://www.javascriptcity.com

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.