Needing help here~! JS problem...
|
My javascript doesn't seems to be working in firefox, but work prefectly fine on IE. Can anyone tell me where the problem exactly lies? PS. I am running firefox 2.0
Loneliness have always been my friend...
Until the day I find you... |
Re: Needing help here~! JS problem...
Link |
by
on 2007-01-04 11:58:22
|
you might have javascript disabled :P also, if you have a problem on one specific page, there could be a computability issue with the javascript on that page. if you suspect such a problem on one of my web pages please let me know. |
Re: Needing help here~! JS problem...
|
I don't think I disable javascript on my firefox though. And I have check a few times on that. To be honest none of it works on firefox but all works on IE. (Maybe the explorer just hates me.) So what is a computability issue? (And yes, I am a newbie in this.) And if I have a problem on your site, I will let you know immediately. Don't worry. Alright, I know it sound stupid but yeah, I found where my problem lies. Apparently, according to this site, Firefox can't identify an object without id since what I use in javascript is 'getElementById' and all my text field are using name instead of id. For sure it will not find a thing. Therefore, after I add in id field, it works. >_< What is wrong with them man? This made my brain cells die even faster than it should.
Loneliness have always been my friend...
Until the day I find you... |