Thread: Image Dance!
View Single Post
  #6 (permalink)  
Old 09-05-2007, 12:51 AM
genzy's Avatar
genzy genzy is offline
Nowhere Webmaster
 
Join Date: Aug 2006
Location: Malaysia
Posts: 1,581
Rep Power: 59
genzy is on a distinguished road
Quote:
Originally Posted by Aileen_g View Post
it's the script.. i< D or smth..
the < is causing it
Yeah. < script > is dangerous.
It is part of security feature to prevent cross site scripting (XSS) by getting rid of the < script > tags.
http://en.wikipedia.org/wiki/Cross_site_scripting
Reply With Quote