Based on certail action, want user to go back to a particular tab and not the first tab of page as default On IE 7, only following works http://www.example.com/customer/30/#orders On Firefox and safari, only following works http://www.example.com/customer/30#orders Note / before # on IE. How can I do it so that I can make user go to orders tab of customers page on all browsers. Please help.