Hi
What's wrong with this line:
document.write( '<input style="width: 260px;" type="button"
id="button2" onmouseover="mo ver(\'button2\' ,\'green\');"
onmouseout="mov er(\'button2\', color2);" value ='+txt6+'
onClick="SetCoo kie(\'modem\'); this.value=txt7 ";>')
txt6 is 4 words long, but only the first word in the string will show.
What's wrong with this line:
document.write( '<input style="width: 260px;" type="button"
id="button2" onmouseover="mo ver(\'button2\' ,\'green\');"
onmouseout="mov er(\'button2\', color2);" value ='+txt6+'
onClick="SetCoo kie(\'modem\'); this.value=txt7 ";>')
txt6 is 4 words long, but only the first word in the string will show.
Comment