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
Post a Comment