system
June 30, 2003, 5:25pm
1
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
system
June 30, 2003, 5:31pm
2
i don’t think its possible.
system
June 30, 2003, 5:37pm
3
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
system
June 30, 2003, 5:49pm
4
why do you want to display the text in a textbox?
system
June 30, 2003, 5:50pm
5
system
June 30, 2003, 5:58pm
6
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
system
June 30, 2003, 6:06pm
8
yea man much better solution, solved all my problems. yeah for IFRAMES