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

Detecting line breaks in a TEXTAREA TAG

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,

When using the TEXTAREA tag in html you can define the WARP=HARD attribute which will embed line breaks at the end of each line. Is it possibel to detect the position of this line break using Vbscript. I have tried setting a variable to chr(13) and using this to find a match within the entered text in the textarea, but it returns nothing.

I am using IE 5.5

Regards,

CB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top