Answered
Tags Changing?
I have a Coldfusion website that is pulling all content from
a MS Access Database. I have a backend administration site to allow
website admins to go in and post new/updated code and submit it
back to the database. The admin puts the new code in a text area
box and clicks submit. The problem is that some tags such as
"Script, Object, or Embed" are all changed to "InvalidTag" when
submitted to the database. So <script></script> turns
into <InvalidTag></script>
I have this site running on my Coldfusion server with no issues, but now that I have transfered it to a new host it wont work. Of course they say it my code and I say it's theirs. To me its seems like a security feature on the server side preventing certain tags from being posted. Any ideas? Thanks for any light you can shed on this!!
I have this site running on my Coldfusion server with no issues, but now that I have transfered it to a new host it wont work. Of course they say it my code and I say it's theirs. To me its seems like a security feature on the server side preventing certain tags from being posted. Any ideas? Thanks for any light you can shed on this!!