Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
creating html from access field content
Old 02-03-2006, 07:15 AM creating html from access field content
numbenator's Avatar
Webmaster Talker

Posts: 516
Location: London
Trades: 0
HI all.

I have a field in a database that contains values like below :

.<font color="#ff0000">test </font><font color="#0000ff">test</font>


When i display this using <%= rs1("fieldName") %> it comes out exactly like
.<font color="#ff0000">test </font><font color="#0000ff">test</font>
where as i obviously want to to display rendered.

any help would be appreciated.
cheers
__________________

Please login or register to view this content. Registration is FREE
numbenator is offline
Reply With Quote
View Public Profile Visit numbenator's homepage!
 
 
Register now for full access!
Old 02-10-2006, 06:33 AM Re: creating html from access field content
ChipJohns's Avatar
I don't know! Do you?

Posts: 488
Name: Chip Johns
Location: Savannah Georgia
Trades: 0
This works --I took the quotes out of the font code and it worked fine..?? i am usually big oin using quotes in my html, but, have found that when I need to take them out due to similar problems, I usually do not have a problem with the missing quotes.




<%@LANGUAGE="VBSCRIPT"%>
<%
DIM strTest
strTest = "<font color=#ff0000>Test</font><font color=#0000ff>test</font>"
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<%= strTest%>
</body>
</html>
ChipJohns is offline
Reply With Quote
View Public Profile Visit ChipJohns's homepage!
 
Reply     « Reply to creating html from access field content
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.20886 seconds with 12 queries