G
Guest
I'm trying to display text on a web page with a hyperlink in it. I get
nothing displayed when I try the following code. No error message is
displayed. If anyone knows what the problem is please let me know. Thanks for
any replies.
<html>
<body>
<%
text = "www.microsoft.com"
urlname = "microsoft"
response.write "<a href= & text & urlname >" & "</a>"
%>
</body>
</html>
nothing displayed when I try the following code. No error message is
displayed. If anyone knows what the problem is please let me know. Thanks for
any replies.
<html>
<body>
<%
text = "www.microsoft.com"
urlname = "microsoft"
response.write "<a href= & text & urlname >" & "</a>"
%>
</body>
</html>