|
|
 |
RE: FN-FORUM: asp question
date posted 1st September 2003 20:49
On 01 September 2003 14:32, PAMELA WHITTAKER [EMAIL REMOVED] 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()">
>
Pam
Isn't this a "javascript question" rather than "asp" or were you wanting something asap :)
Alan S
PS You could try this.xxxxxx rather than self.xxxxxxx ? - I now expect to be shot down by client side guru's
|
 |
|