If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > how to insert dynamic text into a textarea

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-22-04, 09:05
NewfieBullet NewfieBullet is offline
Registered User
 
Join Date: Mar 2004
Posts: 51
Smile how to insert dynamic text into a textarea

Hello

I have a textarea into my form, i have a field into my database called actual location and it has 25 communities into the field, i wanted to put a text area in the form so that when the result is diaplayed all the communitees dont display making the box expand and look dumb. I wanted to put a textarea with scroll bars to scroll through the communities

Any suggestions would be appreciated

NewfieBullet
Reply With Quote
  #2 (permalink)  
Old 07-22-04, 09:46
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
You need to put the column number and row number in the text area, i.e.,

<textarea name="mytextarea" cols="30" rows="5">my text here</textarea>
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
Pingbacks are On
Refbacks are On