PDA

View Full Version : Setting TextBoxes To HTML?



Digitalosophy
June 30th, 2003, 01:25 PM
Hey,

I have an asp recordset which loads into a multiline textbox. Can i set the textbox to be html compatable like in flash? for example



<textarea name="news" cols="25" rows="6"><u><% response.write r("newsDate") & ":" %></u>
<% response.write r("newsBody") %></textarea>


This works fine except when you view the textbox "<u>" shows up and what I wanted to be underlined isn't. Is this possible?

Thanks

Jubba
June 30th, 2003, 01:31 PM
i don't think its possible.

Digitalosophy
June 30th, 2003, 01:37 PM
yea neither do i. hmmm guess maybe make the textboxes in flash? than i guess i can render to html text and just add the attributes into the db? dang not sure if that will work. whut do you think i should do jubba. i'm stuck with asp

Jubba
June 30th, 2003, 01:49 PM
why do you want to display the text in a textbox?

Jubba
June 30th, 2003, 01:50 PM
an alternative may be scrolling div tags...

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=26522&highlight=div

Digitalosophy
June 30th, 2003, 01:58 PM
well you know whats funny, i am using IFrames in the same page for the content. I guess your right, why not just use more of them. Thanks jubba

Jubba
June 30th, 2003, 01:58 PM
np :)

Digitalosophy
June 30th, 2003, 02:06 PM
yea man much better solution, solved all my problems. yeah for IFRAMES