|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
HTML-injection
Anyone got some good methods for preventing html-injection in ASP?
Freddy.... |
|
#2
|
|||
|
|||
|
str = replace(str, "<", "<")
str = replace(str, ">", ">")
__________________
-- ngibsonau |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > HTML-injection |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|