Posted by Sheldon Glickler on 10/21/56 11:40
Here is a problem I encounter often but haven't solved.
In a form I have a submit button. When clicked, I want to do some processing
so I check with the isset($_POST['the_button_name']). (I keep all my code
above the html code). Now, once I have done that processing, I want the
window to disappear. Is it as simple as adding an on_click event to close
the window? Will the processing then still take place?
Shelly
Navigation:
[Reply to this message]
|