Dear All,
I cannot use the hyperlink in asp successful even though i can create it in asp
by the code
<%
Response.Write"<a href=c:\123.txt>display</a>"
%>
but when i press display, no result showed.
By the way, how to call notepad program to open 123.txt(in this case) if the window cannot open it automatically? Thank you.