Welcome, Guest
Username: Password: Remember me

TOPIC: JS alert for leaving site

JS alert for leaving site 17 Sep 2012 08:01 #3698

  • semitone
  • semitone's Avatar
  • Offline
  • New Member
  • Posts: 5
  • Karma: 0
Hello,

Since a few days i allways get an alert message whenever i change from item view to collection for example or even when i click on a download link. Its an alert message asking me if i want to leave site or want to stay....

Any ideas?
The administrator has disabled public write access.

Re: JS alert for leaving site 17 Sep 2012 08:17 #3699

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Yes, it is a security you can remove in your template file.

If you want to leave a form, you must use the toolbar.

Because when you use the checked out wizard, the cancel button check in the record.
Coding is now a piece of cake
The administrator has disabled public write access.

Re: JS alert for leaving site 17 Sep 2012 08:31 #3700

  • semitone
  • semitone's Avatar
  • Offline
  • New Member
  • Posts: 5
  • Karma: 0
Ahh ok, works now...
Thank you very much.
The administrator has disabled public write access.

Re: JS alert for leaving site 17 Oct 2012 14:10 #4633

  • sarki
  • sarki's Avatar
  • Offline
  • New Member
  • Posts: 18
  • Karma: 0
llo,
I have the same problem.
I added a link from displaying an item to go on reservation form by retrieving data displayed through the "session".
But when clicking on the link, I get the message alert.

I do not understand where I need to disable it.
in my situation it would in the fly file ?
Sarki
Last Edit: 17 Oct 2012 14:12 by sarki.
The administrator has disabled public write access.

Re: JS alert for leaving site 19 Oct 2012 05:07 #4651

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
This message is when you leave a form without using the toolbar button.

Is you page containing a form ?

You can remove the JS source in your main tmpl file :
//Secure the user navigation on the page, in order preserve datas.
	var holdForm = true;
	window.onbeforeunload = function closeIt(){	if (holdForm) return false;};
Coding is now a piece of cake
The administrator has disabled public write access.

Re: JS alert for leaving site 20 Oct 2012 07:40 #4682

  • sarki
  • sarki's Avatar
  • Offline
  • New Member
  • Posts: 18
  • Karma: 0
Hello,
A big thank you, this is exactly what I needed to complete this project :)
Sarki
The administrator has disabled public write access.
Time to create page: 0.103 seconds

Get Started