bug in IE 6

  • Thread starter Thread starter Brian Fisk
  • Start date Start date
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
 
Only a guess but try putting double quotes outside the single quotes.

Frank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top