
Originally Posted by
Mike
Actually, that's an absolute URL.
Picky but, you are right. Except there are times when an absolute path as you correctly describe it:

Originally Posted by
Mike
/index.html
can get you into trouble. Like if your domain is arranged hierarchically over another domain on the same server. Now, not if used properly but, the absolute URL avoids any confusion in cases like that and is so clearly different than a relative path that it is easier to hold in one's mind as an alternative to a relative path. Conversely, sometimes an absolute URL just won't parse properly in a script. IMO that is due to faulty coding but, I have seen it happen with rollovers in Jim's menu, just to mention one spot. In that particular case I've found that this works:
Code:
//www.some.com/images/some.gif
What, if anything, can we call that?
Bookmarks