Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CONVERT Access Memo field to HTML in ASP

Status
Not open for further replies.

apexinternet

Programmer
May 28, 2001
30
US
I am writing a simple template website generator.
What it actually does, is take a access database, and plugin that information into a html page.

I cannot for the life of me seem to be able to convert the memo field(with HTML code included) into the HTML Page

Its like the memo field called narrative is equal to:

<a href=&quot;
but when I response.write it to the page it always comes out

<a href=&quot;w\
how can I make this work?

it should show a hyperlink to (purely example)

Any help would be greatly appreciated.

Chris
Apex Internet Development
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top