php - Redirecting to a page and scrolling to a specific div -


how can redirect following url using zend framework?

http://hms.localhost.com/booking/room#availableresults 

i can't use java script. needs done using zend framework controller helpers such rediretor();

from controller:

$this->_redirect('/booking/room#availableresults'); 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -