Page 1 of 1

what is the normal way to write it?

Posted: Thu Jun 14, 2012 8:33 pm
by wvoyance
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.

Re: what is the normal way to write it?

Posted: Thu Jun 14, 2012 9:19 pm
by Christopher
Where is the rest of the page? Where is the <head> and the start() function?

Re: what is the normal way to write it?

Posted: Fri Jun 15, 2012 12:23 am
by wvoyance
Christopher wrote:Where is the rest of the page? Where is the <head> and the start() function?
I though it is irrelevant. But here it is:

http://pastebin.com/iCu9zDBq