Showing custom messages using Close Query
Posted: Fri Oct 28, 2016 1:23 pm
Hi,
Our customer use CloseQuery to show their custom message as follows:
Evtroutine Handling(#sys_web.CloseQuery) Querystring(#QueryString)
#QueryString := "System will be terminated. Unsaved data will be lost!"
Endroutine
It works as expected on IE, but on Chrome, it shows the following default message, not their original message.
"Changes you made may not be saved"
It seems Chrome change their policy and remove custom messages in onbeforeload dialogs.
https://developers.google.com/web/updat ... ions?hl=en
Is this because of this Chrome policy?
Is there any way to show their original messages on Chrome by using CloseQuery method on VLWeb?
Best Regards,
Megumi Sawada
Our customer use CloseQuery to show their custom message as follows:
Evtroutine Handling(#sys_web.CloseQuery) Querystring(#QueryString)
#QueryString := "System will be terminated. Unsaved data will be lost!"
Endroutine
It works as expected on IE, but on Chrome, it shows the following default message, not their original message.
"Changes you made may not be saved"
It seems Chrome change their policy and remove custom messages in onbeforeload dialogs.
https://developers.google.com/web/updat ... ions?hl=en
Is this because of this Chrome policy?
Is there any way to show their original messages on Chrome by using CloseQuery method on VLWeb?
Best Regards,
Megumi Sawada