Weired, simple HTML stuff didn't work as expected.
On page 1, a Railo script named page1.cfm,
it has the following line:
<a href="page2.html#part2">Go To Page 2, Part 2</a>
so, we expect the link would bring the user to the page2.html page's Part 2 section and yes this section and the internal link tag exists on page2.html.
But tested with Firefox 3.6.x, the link simply goes to the page2.html instead of the pag2.html's Part 2 section. How come?
What am I missing here?
Thanks.