Enthropia Labs
November 22, 2009, 03:41:31 am
Welcome,
Guest
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Welcome to the new iBegin Labs forum!
Home
Help
Search
Login
Register
Enthropia Labs
>
iBox
>
Feature Requests
>
Is a timed launch possible?
« previous
next »
Pages: [
1
]
Print
Author
Topic: Is a timed launch possible? (Read 437 times)
gister46
Newbie
Posts: 2
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
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
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
Pages: [
1
]
Print
« previous
next »