Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Form value


  • From: javascript@xxxxxxxxxx (Kelly)
  • Subject: [Javascript] Form value
  • Date: Mon, 27 Aug 2001 17:49:54 -0500

Hi,

<form name=ProdArray[k]>
<input type=text size=2 maxlength=3 name=quantity value = "1">
<input type="button" value="Edit Cart" onClick="AddCartCM(this.form)">
</form>

This works ok with a varible for the
form name.

Can value = (be a varible)

or must it be like :
value = "1" or 1 or "Hello"
But always pre-set.

Thanks, Kelly