Jump to content

PHP Message Box Popup


wowcrofty

Recommended Posts

I am looking for someone that would be willing to provide the code for a message box that will popup after a PHP file upload completes.  It will simply display a message stating that the upload is complete.  Thank you in advance for your assistance.

 

On complete just echo out the following:

echo '<script type="text/javascript">alert("Upload Completed!")</script>';

 

That will need to be echoed out somewhere in the DOM (between your body tags).  Its a very ugly solution, but will work.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.