←
^
→
JavaScript in the Browser
Scripting Documents
document.write()
only works with
inline
HTML, not with XHTML and not on an event listener.
Better idea: use the DOM.
José M. Vidal
.
18 of 66