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

Text area question?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi guys:
I am a newbee at HTMl but still have a programming background.

i wish to know more about the the text area.

i want to take the contents of text area from one page and then store it into a database or display it at another page.

please tell me hoe to that.

Thanx in advnce
GG
 
Like any other form field (fields that needed to be placed inside FORM tag) TEXTAREA is to be sent to server (URL defined in ACTION parameter of FORM tag). You can put it to database using some sort of server-side program that web-server configured to run in request of this URL. Nearly all servers support CGI model of invocation of such programs. However you can use any other model available in your configuration. [sig]<p>Michael Dubner<br>Brainbench MVP/HTML+JavaScript<br>
[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top