Is it possible to highlight some text which is in a text box form on an asp web page, then submit the form so the highlighted text is saved in such a way that it shows as a different colour on a new page.
Form:
line 1
line 2 (this line highlighted)
line 3
submit form
new page shows returned record as
line 1
line 2 (this is a different colour)
line 3
I hope this is clear
Start Free Trial