I am tweaking a script and I have this menu I want to change around.
it had this code which called the id="city_stat"
"city_stat" was part of a function with a formula.Code:<td id="city_stat" style="color: green; text-align: right;"></td></tr>');
I tried to add more code into that table, but dont know how to call "city_stat." I tried
andCode:<td style="text-align: right;">'+my_code+'<font color=green> <id="city_stat"></td></tr>');
Code:<td style="text-align: right;">'+my_code+'<font color=green> '+city_stat+'</td></tr>');



Reply With Quote

Bookmarks