I assume you are reffering to the last para:
Quote:
| If you would like to display the date somewhere in an HTML table, you're in trouble. Never embed a script in a table, especially if it has a document.write() statement. At this time there is no workaround for this annoying bug (besides printing the entire table in JavaScript, or using Dynamic HTML). |
I am not total sure of what they meant there.. but I put document.write in HTML table and nothings happends... I also use the VB version and still nothing happens... chnaces of somene's browser having problme (seems to me) is next to nothing.
When ever I want to put the current date and time I just simply use the document.wite and it works fine.. I dont know what that person is meant...
I am assuming they are referring to the JS code just above the para, I can see there is problem.. but what if that was put inside a function so we just make a call to the function and it prints out the date as it called.
I think the author has some reason for saying that, which should have been made clear but I dont agree with her/him.