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 posted this at 00:27 — 11th August 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:
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.
John Pollock posted this at 19:41 — 9th August 1999.
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....
----------
Page Resource: http://www.pageresource.com
JavaScript City: http://www.javascriptcity.com
Java Script: A Beginner's Guide
Page Resource
Voltec posted this at 22:15 — 9th August 1999.
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!
dr servo posted this at 23:21 — 9th August 1999.
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 posted this at 00:27 — 11th August 1999.
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
Java Script: A Beginner's Guide
Page Resource
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.