Jump to content

javascript validation error


Abby

Recommended Posts

The validator had a problem with the </a> tag after my name in the example below. However, I can't remove the </a> tag without making the whole sentence clickable. What should I do?

<script type="text/javascript">	<!-- 	var Domain = "mydomain.com"	var Mailme = "webmaster@" + Domain	document.write("<a href=\"mail" + "to:" + Mailme + "?subject=Contract Artist\" >");	// --></script><b>Abby</b></a> for pricing or more information.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...