Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

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

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?

Please Log in or Create an account to join the conversation.

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

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
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

Please Log in or Create an account to join the conversation.

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

Ahh ok, works now...
Thank you very much.

Please Log in or Create an account to join the conversation.

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

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

Please Log in or Create an account to join the conversation.

Last edit: by sarki.

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

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
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

Please Log in or Create an account to join the conversation.

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

Hello,
A big thank you, this is exactly what I needed to complete this project :)
Sarki

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.061 seconds

For starters it's just so easy to design an app in a way that I'm used to i.e. database first then views followed by customization. The fork system is pure brilliance from a developer standpoint as I can override things and still add and update my projects with minimal effort! Truly amazing to be able to build components in Joomla using incremental refinement without having to do everything by hand. Thanks for the great tool! I am so much more productive now than ever and I can't imagine building components any other way!!!!
Dave (Forum)

Get Started