
09-06-2007
|
| Senior Member
Join Date: Jun 2007
Posts: 1,399
BRL$: 4,187.66 Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 172 | | Countdown until content show script HELP Hi fist of all thanks for looking rely appreciate it To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. , I am using a small peice of javascript (bellow) on To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. ( To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. ) game pages, It basically delays the content from showing for a couple of seconds in my case the flash game, my problem is i want the jscript to say "game will load in 3 seconds" while the countdown is taking place, (similar to what you find on megaupload and rapid share before you get your download link, Code: ---------
(function(){ var element_id = 'my_div' ; //name of div or object that you want the link to appear in (Div is best) var link_text = '<a href=" To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. code var time = 3; //time in seconds until display setTimeout(function(){document.getElementById(elem ent_id).innerHTML = link_text;},time*1000); })(); --------- Any help at all, Thanks To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts.
To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. | |
__________________ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To receive latest updates about BRL Forums, Subscribe to Latest Updates Thread.
| | | |