>In VB, there's a MessageBox(..) command that pops a dialog box up and
>presents information.
>
>Is there an equivalent in Php that does a simple OK only box for
>diagnostics? I hate to echo to the html form. Thanks.
PHP runs on the server. It can't do dialog boxes directly.