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
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