this is an odd problem that i can't find a solution to.
snippit:
"function("'+id +'","' + Times + '","' + TimeData + '","#FFFFFF" ," "," "," ")"
what happens:
function( bgColor=#ffffff hash?,?0?,?7:00 :00 ?)? ?,? AM?,?#FFFFFF?,? >
this seems to reorder my code and replace quotes.
now all im doing is writing to the innerHTML tag of a div.
javascript seems to also add the <tbody> tag to any table i create through javascript.
has anyone ran into this before
snippit:
"function("'+id +'","' + Times + '","' + TimeData + '","#FFFFFF" ," "," "," ")"
what happens:
function( bgColor=#ffffff hash?,?0?,?7:00 :00 ?)? ?,? AM?,?#FFFFFF?,? >
this seems to reorder my code and replace quotes.
now all im doing is writing to the innerHTML tag of a div.
javascript seems to also add the <tbody> tag to any table i create through javascript.
has anyone ran into this before
Comment