Register  |  Login




Advertisement

Start Your Own Q&A Site

Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.

Question

Status: Closed Points: 125 Time: 19:54 - Feb 23, 2007  

AlexL11

JavaScript Image Rollover Question.

I am currently writing JavaScript for an image rollover, but I can't seem to be able to imped the image into the JavaScript. I saved the file correctly and enteted the correct file into the script. What am I doing wrong? I have included a copy of my current script below.

<BODY>

<A HREF = "page2.html" OnMouseOver = "document.images.but1.src= 'pointer2.jpg'">

<IMG SRC = "pointer1.jpg" NAME = "but1" Border = 0>

</A>

</BODY>

Categories

Answer Discussion
Tutorials

 

mary2

Date:: Feb 24, 2007

Time:: 03:45

Hey Alex,

My friend JoeMaller (www.joemaller.com) uses this:


<!------ START CODE ------->



<HEAD>
<TITLE>
Basic JavaScript Rollover
</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- hide from non JavaScript Browsers

Rollimage = new Array()

Rollimage[0]= new Image(121,153)
Rollimage[0].src = "joe_open.jpg"

Rollimage[1] = new Image(121,153)
Rollimage[1].src = "joe_blink.jpg"

function SwapOut(){
document.Rupert.src = Rollimage[1].src;
return true;
}

function SwapBack(){
document.Rupert.src = Rollimage[0].src;
return true;
}

// - stop hiding -->
</SCRIPT>
</HEAD>

<P align="center">
<A HREF="http://www.joemaller.com/"
onmouseover="SwapOut()"
onmouseout="SwapBack()">
<IMG SRC="joe_open.jpg"
NAME="Rupert"
WIDTH=121
HEIGHT=153
BORDER=0>
</A>
</P>



<!------ END CODE ------->

Hope this helps.

jgivoni

Date:: Feb 24, 2007

Time:: 11:12

Alex,
your script worked fine for me as it is, both in Firefox and IE.
I can't see any problem if the images files are in the same folder, with the correct names.
Regards,
Jakob

admin

Date:: Jun 04, 2007

Time:: 10:39

Alex11, please close this question and distribute the points.
If you didn't get a solution to your problem or your found it yourself, please let the experts know.
Thanks,
Quomon Admin

admin

Date:: Jun 16, 2007

Time:: 16:01

This question has been closed.

Quomon Admin

Question Answered

This question has been closed, and points have been rewarded to the following experts:


mary2: 75
jgivoni: 50

You're welcome however to comment or give additional information or if you wish, you have the ability to write a Tutorial in the Tutorial Area.

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

No tutorials have been submitted yet. Want to be the first?

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top Experts

View More

Rank

Expert

Points

1.

nidhi

10354

2.

oracleofDelphi

6493

3.

rcastagna

5596

4.

LAGM

4848

5.

PeterNZ

3487

6.

gonzalo

2840

7.

Mason

2770

8.

jgivoni

2303

9.

xarcus

1820

10.

Anpanman

917

Become an Expert

Register today to share your knowledge with the community and be recognized and rewarded for your contributions.


Register Here




"Psst, Quomon is a great site. Pass it on."     Tell a Friend  |   Link To Us  |   Save to Delicious  |   Digg! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es