|
|
 |
Re: FN-FORUM: asp question
date posted 1st September 2003 17:14
Hi,
I have already tried this.src while I was waiting for my post to appear.
That worked ok but I still don't understand why the other way didn't.
Thanks for you help
Pam
----- Original Message -----
From: "Matt Burns" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Monday, September 01, 2003 4:23 PM
Subject: Re: FN-FORUM: asp question
>
> PAMELA WHITTAKER wrote:
>
> > Hi,
> > I have the following on a form named ContactForm. OnMouseOut and
> > onMouseOver are failing because it can't find Image5. What should I put
so
> > that it can be found. I have tried self.document.Image5.src but that
doesn't
> > work either.
> >
> > > width="81" height="19" hspace="0" vspace="0" alt="Submit"
> > onMouseOver="self.document.ContactForm.Image5.src = preLoadArray[8].src"
> > onMouseOut="self.document.ContactForm.Image5.src = preLoadArray[9].src"
> > onClick="return validate()">
>
> Try "document.ContactForm.Image5.src" or the shortcut "this.src" instead.
>
> HTH
>
> Matt
>
>
> ==========
> redmail.com - webmail with a difference!
> 10Mb for just GBP 9.99 a year. Launch special 1Gb for GBP 99.99 a year
> IMAP, POP3, Spam Filtering and Anti Virus as standard.
> Visit http://www.redmail.com/?fl-signup to join.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|