> ====================================[color=blue]
> <tr>
> <FORM NAME='frmOrder39ea'>
> <td width='50' valign='middle' align='center'><font size=-1>
> <input type='text' size='3' name='QUANTITY' value='0'
> onChange='this.value=CKquantity(this.value)'></input> </font></td>
> </FORM>
>
> <FORM NAME='frmOrder39bx'>
> <td width='53' valign='middle' align='center'><font size=-1>
> <input type='text' size='3' name='QUANTITY'
> value='0'></input> </font></td>
> </FORM>
>
>
> <FORM NAME='frmSubmitMe39'>
> <td>
> <input type="button" value="Buy"
> onClick="ProcessBuys(document.forms['frmOrder39ea'],
> document.forms['frmOrder39bx'])">
> </td>
> </FORM>
> </tr>[/color]
I hadn't look at this carefully before but you realize that you have
three forms here?
Each form requires an action tag that I do not see. I assume that
each form requires a button. I assume the three forms should be one.
I suggest reviewing the html input source. Find an expert on HTML.
You may want to take a look at:
http://tidy.sourceforge.net/
Robert