Hi,
i have a submit button which adds data to a DB, id like a pop up window to open after the user clicks the button and the submit operation has been completed... (the pop up window will display the submitted data)
while tesing on a local host i (naively) had the "popup on button click" script added on page load. this worked fine as the submit finished before the popup had time to load, however on a remote host this simply dosent work.
id like a way to run the methods to add data to the DB, then launch the pop up window?
any help would be sooooo much appreciated :)
thanks guys xx