Funny that you posted this because I have the same issue I was about to tackle with a comments anchor. I hope you get a good response. I will let you know if I find out anything.
On Wed, Dec 9, 2009 at 4:51 PM, Jason Austin <[email protected]> wrote: > I am trying to use the redirector action helper to call gotoRoute. > The page I need to go to is something like > http://mywebsite.com/blog/documentation/tags/#add which would take me > to the "add" anchor in the tags page. To go to that URL, my code is: > > $this->_helper->redirector->gotoRoute(array('module' => 'blog', > 'controller' => 'documentation', 'action' => 'tags')); > > That takes me to http://mywebsite.com/blog/documentation/tags/ but I > need to add "#add" to the end of that. Any idea how one would > accomplish that? > > Thanks > Jason > > -- > Jason Austin > Senior Solutions Implementation Engineer > NCSU - OIT - Outreach Technology > [email protected] >
