Jump to content

Verify Alert


bruce080

Recommended Posts

in javascript, or knowing on the server that it happened?  Either way.. if instead of directly calling the alert, you call a function instead, and in the function you set some value to true (as opposed to false), and 'THEN  trigger the alert, you can easily verify within javascript that it happened.  If you're looking for the server to know...you cannot absolutely verify this. . you can create a function that sends info to some script via ajax that it happened, and then calls the alert, instead of directly calling the alert.  You can then after X amount of time has past, assume that it didn't happen, but that's not 100% guaranteed. 

Link to comment
https://forums.phpfreaks.com/topic/175551-verify-alert/#findComment-925787
Share on other sites

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.