View Single Post
Old 05-22-2005, 02:07 PM   #5
hacker
Technology Mercenary
hacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with others
 
hacker's Avatar
 
Posts: 617
Karma: 2561
Join Date: Feb 2003
Location: East Lyme, CT
Device: Direct Neural Implant
A couple of points:

  1. 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.
  2. 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>
  3. 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.
  4. You might consider using valid HTML in your pages, it will make life much simpler.
hacker is offline