I know the code to link to another page on the same site the code would be:
<a href="samesite.htm">Another Page</a>
And to link to another site the code would be:
<a href=" Site</a>
But is it possible to link to another destination that isn't on the same site? For example, on my server I place my web site on C:\Inetpub\Website but I would like to reference something in C:\My_Files by using a hyperlink from C:\Inetpub\Website, is this possible?
Thanx
<a href="samesite.htm">Another Page</a>
And to link to another site the code would be:
<a href=" Site</a>
But is it possible to link to another destination that isn't on the same site? For example, on my server I place my web site on C:\Inetpub\Website but I would like to reference something in C:\My_Files by using a hyperlink from C:\Inetpub\Website, is this possible?
Thanx