B
Brian Fisk
IE 6 complains that the following HTML is invalid
(unterminated string constant)
<BUTTON type=button class=b20 name='tbutton458'
onclick=testButtonPress('Brian Fisk');>Chk</button>
if I remove the space between Brian and Fisk it is fine -
it doesn't matter if the string is in single ir double
quotes. I can't see anything wrong with it and it works -
any suggestions?
Brian Fisk
(unterminated string constant)
<BUTTON type=button class=b20 name='tbutton458'
onclick=testButtonPress('Brian Fisk');>Chk</button>
if I remove the space between Brian and Fisk it is fine -
it doesn't matter if the string is in single ir double
quotes. I can't see anything wrong with it and it works -
any suggestions?
Brian Fisk