apexinternet
Programmer
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="
but when I response.write it to the page it always comes out
<a href="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
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="
but when I response.write it to the page it always comes out
<a href="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