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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disabling HTML

Status
Not open for further replies.

Scorez2000

Programmer
Feb 5, 2004
87
GB
I'm putting together my own wee discussion board. You can view it at:


Thing is, at present, users can use HTML, javascript etc.

How do I disable this? I thought <pre>stuff</pre> would do the trick, but it seems I am wrong.
 
No we cant :( Registration required.

Have you tried Server.HTMLEncode()? Or at least converting common HTML entities?

------
heisenbug: A bug that disappears or alters its behavior when one attempts to probe or isolate it
schroedinbug: A bug that doesn't appear until someone reads source code and realizes it never should have worked, at which point the program promptly stops working for everybody until fixed.

[ba
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top