I create a new window with
onClick="openBr Window(\'claima nt_pdf.php\',\' \',\'toolbar=no ,status=yes,scr ollbars=no,resi zable=no\')"
as part of a submit button.
Now I would like to close the window in my php code if a line is
executed e.g. an echo statement. What syntax do I use to execute
window.close()?
Many thanks...
Todd
onClick="openBr Window(\'claima nt_pdf.php\',\' \',\'toolbar=no ,status=yes,scr ollbars=no,resi zable=no\')"
as part of a submit button.
Now I would like to close the window in my php code if a line is
executed e.g. an echo statement. What syntax do I use to execute
window.close()?
Many thanks...
Todd
Comment