Supress / Hide Ok message..

I have a form with a button which excecutes a php script.
Every time I press the button scriptcase generates a small button with “OK”.
After pressing that the orginal screen comes back. The script is ok, but I donot want to see the scriptcase “OK”.
How to do that…
Bert

Hi,
just put a
sc_exit(sel);
at the end of your script.

jsb

Thanks, works perfect…

Regards, Bert Steinebach