Hi, I'm having some dificulty doing the following with Jquery tabs and GreyBox:
I have a page with 2 tabs using Jquery and on the second tab I have a link than opens a Greybox centered window onClick="return GB_showCenter('','','') that is a update form that closes automatically when the form is submited and reloads the parent window that has the tabs, but when it reloads the page the tab selected is always the first, not the second were I have the link and were it shows the updated information. How can I make the tabs page reload and select the second tab instead? Thank you for the help you can give.