18 Sep
2013
18 Sep
'13
1:54 p.m.
My idea : If there are non cancelled orders in the baskets, create a js popup alert
You can't create a JavaScript-only alert with three buttons. This does not exist. I see a couple of choices: 1. Handle the operation without JavaScript and use a <div class="dialog alert"> in the body of the page to offer the choice of actions. Of course this would involve a trip to the server and a page reload. 2. Use a Bootstrap modal: http://getbootstrap.com/2.3.2/javascript.html#modals An example of this can be found in acqui/basket.tt. Option 2 is probably most like what you're imagining. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org