We're aware that some users are experiencing technical issues which the team are working to resolve. See the Community Noticeboard for more info. Thank you for your patience.
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!

ED 31/5 Win Isle of Wight Tickets every hour till end of may.

Options
145791040

Comments

  • danibee2k
    danibee2k Posts: 325 Forumite
    <SCRIPT language=javascript type=text/javascript> function fn_display_form() !! var o_form=$('#claim_form'); if (o_form.style.display=='none') Anim.slide_down(o_form); } /*********************************************** * Universal Countdown script- © Dynamic Drive (http://www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/ function cdLocalTime(container, servermode, offsetMinutes, targetdate, debugmode) !! if (!document.getElementById || !document.getElementById(container)) return this.container=document.getElementById(container) var servertimestring=(servermode=="server-php")? 'May 07, 2008 08:08:22' : (servermode=="server-ssi")? '<!--#config timefmt="%B %d, %Y %H:%M:%S"--><!--#echo var="DATE_LOCAL" -->' : '<%= Now() %>' this.localtime=this.serverdate=new Date(servertimestring) this.targetdate=new Date(targetdate) this.debugmode=(typeof debugmode!="undefined")? 1 : 0 this.timesup=false this.localtime.setTime(this.serverdate.getTime()+offsetMinutes*60*1000) //add user offset to server time this.updateTime() } cdLocalTime.prototype.updateTime=function() !! var thisobj=this this.localtime.setSeconds(this.localtime.getSeconds()+1) setTimeout(function(){thisobj.updateTime()}, 1000) //update time every second } cdLocalTime.prototype.displaycountdown=function(baseunit, functionref) !! this.baseunit=baseunit this.formatresults=functionref this.showresults() } cdLocalTime.prototype.showresults=function() !! var thisobj=this var debugstring=(this.debugmode)? "<big>Debug Mode on!</big>
    Current Local time: "+this.localtime.toLocaleString()+"
    Verify this is the correct current local time, in other words, time zone of count down date.

    Target Time: "+this.targetdate.toLocaleString()+"
    Verify this is the date/time you wish to count down to (should be a future date).
    " : "" var timediff=(this.targetdate-this.localtime)/1000 //difference btw target date and current date, in seconds if (timediff<0) !! //if time is up this.timesup=true this.container.innerHTML=debugstring+this.formatresults() return } var oneMinute=60 //minute unit in seconds var oneHour=60*60 //hour unit in seconds var oneDay=60*60*24 //day unit in seconds var dayfield=Math.floor(timediff/oneDay) var hourfield=Math.floor((timediff-dayfield*oneDay)/oneHour) var minutefield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour)/oneMinute) var secondfield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour-minutefield*oneMinute)) if (this.baseunit=="hours")!! //if base unit is hours, set "hourfield" to be topmost level hourfield=dayfield*24+hourfield dayfield="n/a" } else if (this.baseunit=="minutes")!! //if base unit is minutes, set "minutefield" to be topmost level minutefield=dayfield*24*60+hourfield*60+minutefield dayfield=hourfield="n/a" } else if (this.baseunit=="seconds")!! //if base unit is seconds, set "secondfield" to be topmost level var secondfield=timediff dayfield=hourfield=minutefield="n/a" } this.container.innerHTML=debugstring+this.formatresults(dayfield, hourfield, minutefield, secondfield) setTimeout(function(){thisobj.showresults()}, 1000) //update results every second } function formatresults()!! if (this.timesup==false)!!//if target date/time not yet met var displaystring="You have "+arguments[2]+" mins "+arguments[3]+" secs left to claim"; } else{ //else if target date/time met var displaystring="Time's up! Please refresh your page
    "; } return displaystring } </SCRIPT>
    blank.gif

    [URL="javascript: fn_display_form();"]blank.gif[/URL]Jason Land from Bromsgrove

    Click claim now to get your free weekend camping tickets for Isle of Wight Festival 2008.

    You have 51 mins 27 secs left to claim<SCRIPT type=text/javascript> var launchdate=new cdLocalTime("time_left", "server-php", 0, "May 07, 2008 9:00:00") launchdate.displaycountdown("minutes", formatresults) </SCRIPT>
    Never regret anything....'cos at one time it was exactly what you wanted...
  • pondie1
    pondie1 Posts: 1,705 Forumite
    Part of the Furniture
    Amanda Raby from Chertsey
  • danibee2k
    danibee2k Posts: 325 Forumite
    blank.gif
    blank.gif
    Amanda Raby from Chertsey

    Click claim now to get your free weekend camping tickets for Isle of Wight Festival 2008.

    You have 58 mins 52 secs left to claim<SCRIPT type=text/javascript> var launchdate=new cdLocalTime("time_left", "server-php", 0, "May 07, 2008 10:00:00") launchdate.displaycountdown("minutes", formatresults) </SCRIPT>
    Never regret anything....'cos at one time it was exactly what you wanted...
  • danibee2k
    danibee2k Posts: 325 Forumite
    <SCRIPT language=javascript type=text/javascript> function fn_display_form() !! var o_form=$('#claim_form'); if (o_form.style.display=='none') Anim.slide_down(o_form); } /*********************************************** * Universal Countdown script- © Dynamic Drive (http://www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/ function cdLocalTime(container, servermode, offsetMinutes, targetdate, debugmode) !! if (!document.getElementById || !document.getElementById(container)) return this.container=document.getElementById(container) var servertimestring=(servermode=="server-php")? 'May 07, 2008 10:07:47' : (servermode=="server-ssi")? '<!--#config timefmt="%B %d, %Y %H:%M:%S"--><!--#echo var="DATE_LOCAL" -->' : '<%= Now() %>' this.localtime=this.serverdate=new Date(servertimestring) this.targetdate=new Date(targetdate) this.debugmode=(typeof debugmode!="undefined")? 1 : 0 this.timesup=false this.localtime.setTime(this.serverdate.getTime()+offsetMinutes*60*1000) //add user offset to server time this.updateTime() } cdLocalTime.prototype.updateTime=function() !! var thisobj=this this.localtime.setSeconds(this.localtime.getSeconds()+1) setTimeout(function(){thisobj.updateTime()}, 1000) //update time every second } cdLocalTime.prototype.displaycountdown=function(baseunit, functionref) !! this.baseunit=baseunit this.formatresults=functionref this.showresults() } cdLocalTime.prototype.showresults=function() !! var thisobj=this var debugstring=(this.debugmode)? "<big>Debug Mode on!</big>
    Current Local time: "+this.localtime.toLocaleString()+"
    Verify this is the correct current local time, in other words, time zone of count down date.

    Target Time: "+this.targetdate.toLocaleString()+"
    Verify this is the date/time you wish to count down to (should be a future date).
    " : "" var timediff=(this.targetdate-this.localtime)/1000 //difference btw target date and current date, in seconds if (timediff<0) !! //if time is up this.timesup=true this.container.innerHTML=debugstring+this.formatresults() return } var oneMinute=60 //minute unit in seconds var oneHour=60*60 //hour unit in seconds var oneDay=60*60*24 //day unit in seconds var dayfield=Math.floor(timediff/oneDay) var hourfield=Math.floor((timediff-dayfield*oneDay)/oneHour) var minutefield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour)/oneMinute) var secondfield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour-minutefield*oneMinute)) if (this.baseunit=="hours")!! //if base unit is hours, set "hourfield" to be topmost level hourfield=dayfield*24+hourfield dayfield="n/a" } else if (this.baseunit=="minutes")!! //if base unit is minutes, set "minutefield" to be topmost level minutefield=dayfield*24*60+hourfield*60+minutefield dayfield=hourfield="n/a" } else if (this.baseunit=="seconds")!! //if base unit is seconds, set "secondfield" to be topmost level var secondfield=timediff dayfield=hourfield=minutefield="n/a" } this.container.innerHTML=debugstring+this.formatresults(dayfield, hourfield, minutefield, secondfield) setTimeout(function(){thisobj.showresults()}, 1000) //update results every second } function formatresults()!! if (this.timesup==false)!!//if target date/time not yet met var displaystring="You have "+arguments[2]+" mins "+arguments[3]+" secs left to claim"; } else{ //else if target date/time met var displaystring="Time's up! Please refresh your page
    "; } return displaystring } </SCRIPT>blank.gif

    [URL="javascript: fn_display_form();"]blank.gif[/URL]Tarina Marsac from London

    Click claim now to get your free weekend camping tickets for Isle of Wight Festival 2008.

    You have 51 mins 48 secs left to claim<SCRIPT type=text/javascript> var launchdate=new cdLocalTime("time_left", "server-php", 0, "May 07, 2008 11:00:00") launchdate.displaycountdown("minutes", formatresults) </SCRIPT>

    <FORM method=post> </FORM>
    <SCRIPT language=javascript type=text/javascript>$('#claim_form').style.display='none'</SCRIPT>
    Never regret anything....'cos at one time it was exactly what you wanted...
  • danibee2k
    danibee2k Posts: 325 Forumite
    blank.gif

    [URL="javascript: fn_display_form();"]blank.gif[/URL]Mark Lewis from Cardiff

    Click claim now to get your free weekend camping tickets for Isle of Wight Festival 2008.
    Never regret anything....'cos at one time it was exactly what you wanted...
  • danibee2k
    danibee2k Posts: 325 Forumite
    Martin Hance from Sidcup

    Click claim now to get your free weekend camping tickets for Isle of Wight Festival 2008.

    You have 59 mins 48 secs left to claim<SCRIPT type=text/javascript> var launchdate=new cdLocalTime("time_left", "server-php", 0, "May 07, 2008 13:00:00") launchdate.displaycountdown("minutes", formatresults) </SCRIPT>
    Never regret anything....'cos at one time it was exactly what you wanted...
  • danibee2k
    danibee2k Posts: 325 Forumite
    Claire Dunning from Wood Green

    Click claim now to get your free weekend camping tickets for Isle of Wight Festival 2008.
    Never regret anything....'cos at one time it was exactly what you wanted...
  • bella165
    bella165 Posts: 13,127 Forumite
    Part of the Furniture Combo Breaker Stoptober Survivor
    cistolic wrote: »
    Thats definite Bella. I would love to have gone to any one of the last 3 the line up was better for me then. Even so still want to go. Cant you magic spell them for me please.
    ive still got 5 peeps names on there so if they pop up ill send them to you :j
    and NO its not cheating as they all have valid emails and there all real people and they said i can use there names
    Replies to posts are always welcome, if they are done in the correct manner. If I have made a mistake in the post, I am human, tell me nicely and it will be corrected. If your reply cannot be nice, has an underlying issue, or you believe that you are God, please post in another forum. Thank you
  • Rock_Chick_Bird
    Rock_Chick_Bird Posts: 10,304 Forumite
    Timothy Foster from Bournemouth
    The Rock Chick, she say 'courtesy costs nowt' - spread the word! :D
  • colleensims
    colleensims Posts: 429 Forumite
    :pTe Kay From London
    Claim your tickets now!!!....dont miss out! ..like I did!!!
This discussion has been closed.
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 350.9K Banking & Borrowing
  • 253.1K Reduce Debt & Boost Income
  • 453.6K Spending & Discounts
  • 243.9K Work, Benefits & Business
  • 598.8K Mortgages, Homes & Bills
  • 176.9K Life & Family
  • 257.2K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.1K Discuss & Feedback
  • 37.6K Read-Only Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.