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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

assign value to TEXTAREA

Status
Not open for further replies.

olegflute

Technical User
Sep 10, 2003
11
AU
Can somebody help me. How can I assign value to TextArea property, i.e. <TEXTAREA name&quot;textarea&quot; value=<%=rs(&quot;ProductDescription&quot;)%>></TEXTAREA> ?
 
<TEXTAREA name=&quot;textarea&quot;><%=rs(&quot;ProductDescription&quot;)%></TEXTAREA>

Known is handfull, Unknown is worldfull
 
thanks a lot!
Could you suggest me please, if I open the page in a separate window, how can I resize it and locate it in the middle, and to get rid of panel buttons i.e. Back,File, etc?
 
using javascript window.open method, do a search for this in the JS forum, u could get code better that i can write...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top