Exit form button . Stange behaviour

Dear all,

I’ve inserted a button on generic form to exit from it and come back to previous general menu.
I used sc_exit(sel) but when I exit from form SC call me OK button and then it repeat the menu header once below the original.
Probably there is a better and more brilliant… way to exit from a form ? Many thanks . Giovannino

Step 1 form and Step 2 double men?
http://img718.imageshack.us/i/exitc.jpg/

Re: Exit form button . Stange behaviour

Try to use sc_redir(menu.php, “”, “_parent”);

Re: Exit form button . Stange behaviour

That’s it !
Perfect !
Many thanks
Giovannino