Re: [htmltmpl] Question about page anchors (bookmarks) in H::T
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2004-12-01 22:49:44
|
On Wed, 1 Dec 2004, Brad Cathey wrote: > In a regular HTML setting, this is no problem=8Bthe URL reads: >=20 > http://www.domain.com/page.html#top >=20 > But in the .TMPL model, it goes to the home page: >=20 > http://www.domain.com/#top Two answers: 1) That's not "the .TMPL model" that's the model of your code. In my code that would usually look like: http://www.domain.com/foo.pl#top But that's got nothing to do with HTML::Template 2) Even so, that should work fine, right? -sam |