Reading JavaScript Variables into An Html Table?

mtttess

New member
lets say I had the following piece of code:

var test;

if(condition = true){ test++ };

<table><tr><td>DISPLAY CONTENTS OF VARIABLE TEST</td></tr></table>

any idea?
 
Back
Top