tiger66
07-02-2003, 10:29 AM
Hello
I am wondering how can I separate my code into more than one lines
eg
when I put my code in one line, it works
req.innerHTML = "<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' width='650'>
<tr><td>hello</td></tr></table>";
but when I separate into two lines it doesn't work
Thanks
I am wondering how can I separate my code into more than one lines
eg
when I put my code in one line, it works
req.innerHTML = "<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' width='650'>
<tr><td>hello</td></tr></table>";
but when I separate into two lines it doesn't work
Thanks