Sat Mar 26, 2011 11:12 pm
<html>
<head>
<title>ASP link example</title>
<script runat="server">
Sub Page_Load
mylink.Href="http://www.codemiles.com"
mylink.Target="_blank"
mylink.Title="codemiles"
End Sub
</script>
</head>
<body>
<form runat="server">
<a id="mylink" runat="server">Codemiles</a>
<br />
</form>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.