InterviewSolution
| 1. |
To Write Messages To The Screen Without Using "document.write()" ? |
|
Answer» CHANGING the contents of an element is a much better solution. When the method showStatus is invoked it will CHANGE the CONTENT of the span. Changing the contents of an element is a much better solution. When the method showStatus is invoked it will change the content of the span. |
|