Javascript Onmouseover problem with Firefox by Keniki

This is a discussion on "Javascript Onmouseover problem with Firefox by Keniki" within the JavaScript Forum section. This forum, and the thread "Javascript Onmouseover problem with Firefox by Keniki are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 21st, 2007, 22:50
Junior Member
Join Date: Mar 2007
Location: UK
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Javascript Onmouseover problem with Firefox by Keniki

Hello Everyone, I wonder if you can help advise. I have a javascript script working fine in IE but in firefox it doesn't work. I downloaded firebug and it shows me the error on page . The problem is with onmouseover.The firebug error is:
"x has no properties"

Any help gratefully recieved...

Here's the code
Code: Select all
<img src='/images/multithumbs.jpg' onmouseover="var x=document.getElementById('prodImage'); x.src=document.prodImages[0].src; document.pop_href = document.prodImages[0].pop;"
Reply With Quote

Reply

Tags
firefox, javascript, keniki, onmouseover

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Some javascript not working in Firefox jonnymorris Web Page Design 4 Sep 18th, 2007 14:02
Problem with Javascript Back Button in Firefox gorikain JavaScript Forum 4 Jun 25th, 2007 22:23
Hi from Keniki Keniki Introduce Yourself 4 Mar 21st, 2007 11:31
Firefox Javascript problem Darkink JavaScript Forum 9 Feb 6th, 2007 22:20
IE 6 AND 7 "onmouseover" alignment problem SuperGrover1981 Web Page Design 3 Dec 13th, 2006 13:22


All times are GMT. The time now is 04:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43