Modal Requester load in startup
- Event.observe(window, 'load', function() {
- myModal = new Control.Modal(...);
- myModal.open();
- });
Posted September 10th, 2007 at 3:46am by bbodien
- Event.observe(window, 'load', function() {
- myModal = new Control.Modal(...);
- myModal.open();
- });
Posted September 10th, 2007 at 3:46am by bbodien
how can i load a modal on onload?
Posted September 5th, 2007 at 2:50pm by notebook20000