Just A Test For A Clock

Nitegazer

Well-Known Member
No reply needed here. I'm just looking to add a countdown clock to another thread and am testing. Sorry if this is the inappropriate place to put this...

HTML:
<a href="http://www.7is7.com/otto/countdown.html?year=2011&amp;month=6&amp;date=30&amp;hrs=0&amp;ts=24&amp;tz=local&amp;min=0&amp;sec=0&amp;lang=en&amp;show=d&amp;mode=t&amp;cdir=down&amp;bgcolor=%23CCFFFF&amp;fgcolor=%23000000&amp;title=Countdown%20To" onclick="cdwin=window.open(this.getAttribute('href'),'_blank','resizable=yes,width=250,height=360,scrollbars=no,left=50,top=50');if(window.focus)cdwin.focus();return(false);">Countdown To</a>
Code:
<a href="http://www.7is7.com/otto/countdown.html?year=2011&amp;month=6&amp;date=30&amp;hrs=0&amp;ts=24&amp;tz=local&amp;min=0&amp;sec=0&amp;lang=en&amp;show=d&amp;mode=t&amp;cdir=down&amp;bgcolor=%23CCFFFF&amp;fgcolor=%23000000&amp;title=Countdown%20To" onclick="cdwin=window.open(this.getAttribute('href'),'_blank','resizable=yes,width=250,height=360,scrollbars=no,left=50,top=50');if(window.focus)cdwin.focus();return(false);">Countdown To</a>
 
Here is another attempt

<a href="http://www.7is7.com/otto/countdown.html?year=2011&amp;month=6&amp;date=30&amp;hrs=0&amp;ts=24&amp;tz=local&amp;min=0&amp;sec=0&amp;lang=en&amp;show=d&amp;mode=t&amp;cdir=down&amp;bgcolor=%23CCFFFF&amp;fgcolor=%23000000&amp;title=Countdown%20To" onclick="cdwin=window.open(this.getAttribute('href'),'_blank','resizable=yes,width=250,height=360,scrollbars=no,left=50,top=50');if(window.focus)cdwin.focus();return(false);">Countdown To</a>
 
Attempt #3
Code:
<iframe src="http://www.7is7.com/otto/countdown.html?year=2011&amp;month=6&amp;date=30&amp;hrs=0&amp;ts=24&amp;tz=local&amp;min=0&amp;sec=0&amp;lang=en&amp;show=d&amp;mode=t&amp;cdir=down&amp;bgcolor=%23CCFFFF&amp;fgcolor=%23000000&amp;title=Countdown%20To" width="250" height="365" scrolling="no" frameborder="1" style="overflow:hidden;width:15.6em;height:22.8em;"><a href="http://www.7is7.com/otto/countdown.html?year=2011&amp;month=6&amp;date=30&amp;hrs=0&amp;ts=24&amp;tz=local&amp;min=0&amp;sec=0&amp;lang=en&amp;show=d&amp;mode=t&amp;cdir=down&amp;bgcolor=%23CCFFFF&amp;fgcolor=%23000000&amp;title=Countdown%20To">Countdown To</a></iframe>
 
Bummer. It seems that with HTML codes off, a countdown clock cannot reside within the post and can only be a link.
 
Back
Top