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!

links in forms

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Can any one tell me how to put links into a form or am I being really silly.....
 
Whatever is typed inside a textarea is considered text; ignoring any HTML code; if you save the following code as test.html and open it with your browser, you will see for yourself...

<html>
<title>testing</title>
<body>
<form>
<textarea rows=3 cols=50>
Testing <a href=&quot; link</a> inside a textarea
</textarea><p>
Testing <a href=&quot; link</a> outside a textarea
</form>
</body>
</html>


==================
learning &amp; sharing
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top