Before posting to another page from my center frame, I want to remove the top and bottom frames so that I don’t see my spinner or footer show up in the page I’m posting to.
Can I use something like this?:
jQuery("#frmHeader").remove();
jQuery("#frmFooter").remove();
I don’t want to remove the body frame b/c I am posting from that frame to Login Page.
If you don’t want any other frame you can set
targetproperty of yourformto_top.If you’re redirecting user with a link you can use
targetattribute too.