Pepe, the bull
04-18-2007, 12:17 AM
Hello,
I am working with an ASP web calendar for my classroom, which has event titles and event descriptions for homework assignments. Those values are taken from text areas and inserted into an Access database. I want to type HTML code into a text box to link to a PDF file that I want the students to be able to download. However, when this information is inserted into the database I have a problem.
The < and > are changed to their ASCii HTML names < and > which makes my link look like <a href="file.pdf">Download</a> (which obviously doesn't work).
Is their any way to keep the text area from using the HTML names?
I am working with an ASP web calendar for my classroom, which has event titles and event descriptions for homework assignments. Those values are taken from text areas and inserted into an Access database. I want to type HTML code into a text box to link to a PDF file that I want the students to be able to download. However, when this information is inserted into the database I have a problem.
The < and > are changed to their ASCii HTML names < and > which makes my link look like <a href="file.pdf">Download</a> (which obviously doesn't work).
Is their any way to keep the text area from using the HTML names?