How do other people write this:
<body>
<form method="get">
enter one ISBN: <input type="text" name="isbn" onChange="start(this.value)">
<button type="submit">Submit</button>
</form>
</body>
I can run this code on firefox, but not IE.
what is the normal way to write it?
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: what is the normal way to write it?
Where is the rest of the page? Where is the <head> and the start() function?
(#10850)
Re: what is the normal way to write it?
I though it is irrelevant. But here it is:Christopher wrote:Where is the rest of the page? Where is the <head> and the start() function?
http://pastebin.com/iCu9zDBq