aliashippysmom
Programmer
Hi! Has anyone ever seen this?
Data is entered to the database using an HTML form. There's a textarea in the form. One user has entered comments which are bracketed with "<" and ">". In one textarea they literally typed:
<title is not correct ....
This is stored o.k. in the database.
When a different template is then executed to display all the database records (using ColdFusion and cfoutput), IE just stops after seeing the <title and no further info is output.
Displays properly in Firefox. I think IE thinks this is a new document or something. When I change the text to <titles
it's o.k. and displays properly.
I hope my explanation of the problem makes sense.
I've never seen this before. Has anyone else?
Thanks!!
Data is entered to the database using an HTML form. There's a textarea in the form. One user has entered comments which are bracketed with "<" and ">". In one textarea they literally typed:
<title is not correct ....
This is stored o.k. in the database.
When a different template is then executed to display all the database records (using ColdFusion and cfoutput), IE just stops after seeing the <title and no further info is output.
Displays properly in Firefox. I think IE thinks this is a new document or something. When I change the text to <titles
it's o.k. and displays properly.
I hope my explanation of the problem makes sense.
I've never seen this before. Has anyone else?
Thanks!!