--------------------------1---------2----------3-------------4----------------5-
SensexTable | | SL:(a+21)
--------------------------------------------------------------------------------1
DATE: (current Date) | PRICE | T! | T2 | T3
--------------------------------------------------------------------------------2
BUY @ | ( a+43) |( a+64) | (a+86) | (a+133)
--------------------------------------------------------------------------------3
SELL @ |(a ) | (a-21) | ( a-22) | ( a-47)
--------------------------------------------------------------------------------4
INPUT VALUE: "TextField" Submit Button
Hi Friends
For my own use to record Buy n sell Value i need a html Table with java script small Math addition i need to create shown above 4 Rows *5 Column Html Table with Shown Lables.And also below table a lable :Input Value @ aText Field n One Submit Button.
Task ;suppose if i insert 'any' 4 digit no ie..(a)1234 in a Text field ,then if i press submit Button..at Table in particular cell shown addition to be taken place.and corresponding values to be Shown.
Plz help to do this task with proper code


