05-22-2005, 02:07 PM
|
#5
|
Technology Mercenary
Posts: 617
Karma: 2561
Join Date: Feb 2003
Location: East Lyme, CT
Device: Direct Neural Implant
|
A couple of points:
- The link to http://www.example.com/bar.html and http://www.example.com/bar.html#foo are getting you the exact same resource... bar.html.
- Your use of the fragment syntax is wrong. You want something like <a name="ai">AI</a>, not an empty anchor. More-correct would be something like <p name="ai">This is my paragraph describing ai and whatever else.</p>
- I don't think Sunrise can start a fetch at a fragment like that (a limitation in Sunrise, though it should convert a request for bar.html#foo to a request for bar.html, and then begin the page at fragment 'foo' from there, but its not my tool, so I can't guide that feature.
- You might consider using valid HTML in your pages, it will make life much simpler.
|
|
|