[thelist] .NET HTML relative URI problem

Jason Handby jason_handby at illustraresearch.com
Thu Feb 5 08:56:32 CST 2004


Hi Sam,


> I have a .NET page that renders a "relative" URL to an image. 
>  Here's a clip of the HTML:
> 
> <img id="Image1" 
> src="./tempcertificates/Course4032Client9617User3449101.gif" 
> alt="" border="0" />
> 
> There are 2 things I don't like about the HTML, and I wonder 
> if either might be causing the problem described below:
> 
> 1 - There should be two dots in the relative path.  src="../  
>   is how I
> code relative URLs by hand.  What's up with the single dot?

The single dot just means "the current directory". So

	./tempcertificates/blah.gif

is the same as

	tempcertificates/blah.gif



> The problem is that some (very few) browsers are resolving 
> the IMG URI as:
> 
>  
<http://domainname.com/pathname/filename_file/Course4032Client9617User34
4910
1.gif>
http://domainname.com/pathname/filename_file/Course4032Client9617User344
9101
.gif"

The only time I've seen this before was ages ago when using Dreamweaver
-- for some reason it likes to put the files relating to a page into a
folder called <pagename>_file. I could be on the wrong track, but if
you're using Dreamweaver then you might want to look carefully at your
source and make sure that Dreamweaver is doing what you expect...




Jason

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.573 / Virus Database: 363 - Release Date: 28/01/2004
 



More information about the thelist mailing list