This is a server-side method that is not to be confused with the method that belongs to the document object.
The write() method can be used to output values generated by any legal JavaScript. It is the only way that server-side JavaScript can generate any output and it should be used to generate HTML for insertion into the document.
You can get some quite interesting output if you are prepared to study and exploit the server-side environment.
Prev | Home | Next |
response.trace() | Up | Restricted access |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |