Click to See Complete Forum and Search --> : Why does my textbox value return undefined?????


lapin_4
09-24-2003, 12:43 PM
__

Jona
09-24-2003, 01:14 PM
It would be more readable if you could take the ASP coding out, please. Also, I do not see where you define the variable TotalCosts1.

[J]ona

lapin_4
09-24-2003, 02:02 PM
--

Jona
09-24-2003, 02:12 PM
If you are reading this from an ASP database table, I'd use this...


function showData() {
var oldstring = "<%Response.Write TotalCosts1%>";
// etc.


Note: I have edited my post.

[J]ona

lapin_4
09-24-2003, 02:18 PM
__

Jona
09-24-2003, 02:24 PM
I assume you know ASP--I do not know ASP, so am not sure...

[J]ona