Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

'Turn off' HTML posting in message board 1

Status
Not open for further replies.

MikeT

IS-IT--Management
Feb 1, 2001
376
US
If the users enter html code in their message, my server will process it, and I don't want it to. Isn't there a way to tell asp to encode the text as non-html?
 
Use the
Code:
Server.HTMLencode(String)
to encode your output. Wushutwist
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top