Jump to content

How do you implement php popup warning?


ngubie

Recommended Posts

Hi,

I'm trying to implement a popup warning similar to when a file exists in windows. When you copy a file into the a folder with another file of the same name, a popup appears asking if you are sure you want to overwrite the file.
is there anyway to do that in php? or is there a similar alternative out there?

Thanks
Link to comment
https://forums.phpfreaks.com/topic/22514-how-do-you-implement-php-popup-warning/
Share on other sites

Let me preface this by saying: I know very little.

I do think what you're describing is possible by using mostly javascript. Here is a site that details using alerts with cancel button.
[url=http://www.jsmadeeasy.com/javascripts/Alert%20Scripts/confirm%20cancel%20new%20window/index.htm]http://www.jsmadeeasy.com/javascripts/Alert%20Scripts/confirm%20cancel%20new%20window/index.htm[/url]

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.