Modal Requester load in startup

how can i load a modal on onload?

Posted September 5th, 2007 at 2:50pm by notebook20000

  1. Event.observe(window'load'function() {  
  2.   myModal = new Control.Modal(...);  
  3.   myModal.open();  
  4. });  

Posted September 10th, 2007 at 3:46am by bbodien

Login or Register to Post