Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q5805 How do I get ASP to output text to a web page?

irt.org | Knowledge Base | ASP | Q5805 [ previous next ]

Q5805 How do I get ASP to output text to a web page?

Use the response object's write method:

<%

' WRITE STATIC TEXT
response.write "Hi my name is…" & "<br>"

' OUTPUT THE RESULT OF A FUNCTION
response.write isArray(myArray)

%>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.