Topic awaiting preservation: How to access to the value of form inside of JS??? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: NZ |
posted 06-05-2003 04:07
Hi, guys. How are you? quote:
code: <html>
|
Nervous Wreck (II) Inmate From: Indianapolis, In USA |
posted 06-05-2003 13:38
Just a guess, but I would think that when you reworte the document to show the imark input boxes, you wouild have to include all those within a new form and then have another function you would call when the form is submitted. |
Paranoid (IV) Inmate From: everywhere |
posted 06-05-2003 21:12
A much easier way to do this would be to use the prompt function: code: var mark = prompt('Enter the value of mark number' + i);
|
Paranoid (IV) Inmate From: NZ |
posted 06-05-2003 23:24
Hi, rickindy. Hi, quisja. |