Call a asp-file on the local harddisk in IE 6.0:
http://localhost/asp/db/test.asp
Content of test.asp:
=========================================
<http>
<body>
<a href="test.jpg"><img src="test.jpg"></a>
</body>
</http>
=========================================
The test.jpg file is in the same folder as the asp-file, but it wouldn't be displayed? I get only a red cross.....
The link to the picfile works, but the pic wouldnt be displayed!
Thanx for helping!
Any idea?
http://localhost/asp/db/test.asp
Content of test.asp:
=========================================
<http>
<body>
<a href="test.jpg"><img src="test.jpg"></a>
</body>
</http>
=========================================
The test.jpg file is in the same folder as the asp-file, but it wouldn't be displayed? I get only a red cross.....
The link to the picfile works, but the pic wouldnt be displayed!
Thanx for helping!
Any idea?
Comment