Getting a value from a HTML table
Posted: Thu May 25, 2006 11:40 am
I have the following problem,
I added a small script that can open (show) a layer with a hint when mouse is over it, i would like to use it to display currency rate on the website but since the list of products is generated from a mySQL table every time $price will always change till it reaches the last record in the table.
Is there a way for me to read a value from a HTML table cell or can i place a hidden field somewhere to populate the price so i can retreeve it once the mouse is over it?
any help will be appriciated.
thanks!
I added a small script that can open (show) a layer with a hint when mouse is over it, i would like to use it to display currency rate on the website but since the list of products is generated from a mySQL table every time $price will always change till it reaches the last record in the table.
Is there a way for me to read a value from a HTML table cell or can i place a hidden field somewhere to populate the price so i can retreeve it once the mouse is over it?
any help will be appriciated.
thanks!