<body>
<form method="get">
enter one ISBN: <input type="text" name="isbn" onChange="start(this.value)">
</form>
</body>
What is wrong with the 3rd line?
IE complains for object not exists.
But firefox is fine.
object not exist. IE said so, but firefox silent
Moderator: General Moderators
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: object not exist. IE said so, but firefox silent
The explanation is a bit vague but i'm going to go out on a limb and say it is possibly a javascript issue as i have had the same problem a while back. What does your javascript code look like?
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: object not exist. IE said so, but firefox silent
It is something I discussed here earlier.social_experiment wrote:The explanation is a bit vague but i'm going to go out on a limb and say it is possibly a javascript issue as i have had the same problem a while back. What does your javascript code look like?
viewtopic.php?f=13&t=135787 (up-to-date version http://pastebin.com/iCu9zDBq)
IE simply do nothing for my code, while firefox done well.
Re: object not exist. IE said so, but firefox silent
I just don't understand what kind of problem does it happened?
Therefore, no way to handle.
Therefore, no way to handle.
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: object not exist. IE said so, but firefox silent
Can you paste / attach the script here, the pastebin page doesn't want to open; also paste the code of how you implement it
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: object not exist. IE said so, but firefox silent
i have posted it in this forum.social_experiment wrote:Can you paste / attach the script here, the pastebin page doesn't want to open; also paste the code of how you implement it
the same article you saw the pastebin url