Enthropia Labs

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the new iBegin Labs forum!

Author Topic: Is a timed launch possible?  (Read 437 times)

gister46

  • Newbie
  • *
  • Posts: 2
    • View Profile
Is a timed launch possible?
« on: May 08, 2009, 09:31:00 pm »
I know it is possible to time a redirect with javascript - is it then possible to time a launch of ibox, for example, 10 seconds after the page loads?  How can this be done?

Thanks in advance.
Logged

David Cramer

  • Developer
  • Administrator
  • Sr. Member
  • *****
  • Posts: 444
    • View Profile
    • Email
Re: Is a timed launch possible?
« Reply #1 on: May 14, 2009, 02:11:28 pm »

function loadiBox() {
  iBox.show(...);
}
iBox.addEvent(window, 'load', function(){ setTimeout('loadiBox', 10000)
Logged

sfantu

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Re: Is a timed launch possible?
« Reply #2 on: September 16, 2009, 04:13:00 pm »
Is it possible to make it close after a certain time

and also to make it close after 10 after a person clicks a link in the ibox?
Logged