05-15-2005, 09:37 PM
| THREAD STARTER
#1 (permalink)
|
| New Member Join Date: May 2005
Posts: 2
| read ms access database, store value in javascript variable I need to be able to find a record by a unique code from a ms access database,
take the value of the price field in that record,
then store the value in a JavaScript variable.
These variables are being used for calculations.
So can I change the hard coded JavaScript code
e.g.
var price1=(229); // 229 being $229 the price for item1
to
var price1=(item1); // item1 = 229 - value read from database and stored in variable price1.
Thanks. |
| |