Security bug discovered in all previous Joomla 1.5 versions. UPDATE NOW! This will not affect your template layouts or features.

More info or Fast upgrade

You are here:Templates Club arrow Help and Support arrow Support Forums
Youjoomla Support
Welcome, Guest
Please Login or Register.    Lost Password?
Close medbox automatically ? (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Close medbox automatically ?
#2831
ilanbps
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Close medbox automatically ? 6 Months, 1 Week ago Karma: 0  
Hi,

I try to understand how to close automatically medbox after x " or '.

It's possible to use something like this ?

Code:

function popup(page) { window.open(page,'popup',' width=400,height=200,toolbar=false,scrollbars=false'); rebours(10); } function kill() { window.open("kill.html",'popup',' width=400,height=200,toolbar=false,scrollbars=false'); } function rebours(seconde) { setTimeout("kill()",seconde*1000); }
I have read popbox.js and find :
Code:

$("POP_closeWindowButton").onclick = POP_remove;
I would like use medbox without close button just with setTimout function to close it. It's possible ? Thanks !
 
Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop