<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Dynamic signature</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Dynamic signature]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 10:45:11 +0000</pubDate>
  <lastBuildDate>Thu, 06 May 2004 02:16:35 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=10301</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Dynamic signature : Thanks Borg, i did not realise...]]></title>
   <link>https://forums.webwiz.net/dynamic-signature_topic10301_post56233.html#56233</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6686">fastfred</a><br /><strong>Subject:</strong> 10301<br /><strong>Posted:</strong> 06&nbsp;May&nbsp;2004 at 2:16am<br /><br /><P>Thanks Borg, i did not realise the things that could happen if those options were "open".</P><P>I will think about the flash file.</P>]]>
   </description>
   <pubDate>Thu, 06 May 2004 02:16:35 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/dynamic-signature_topic10301_post56233.html#56233</guid>
  </item> 
  <item>
   <title><![CDATA[Dynamic signature : Becuase any input from a user,...]]></title>
   <link>https://forums.webwiz.net/dynamic-signature_topic10301_post56141.html#56141</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 10301<br /><strong>Posted:</strong> 05&nbsp;May&nbsp;2004 at 10:28am<br /><br />Becuase any input from a user, like JavaScript, HTML, VBScript, etc.cane be used to lanch malicious code that can do things like, crashcomputers/browsers, hang nrowsers/ redirect to other sites, getsesitive details from users, etc. all these things are not alowed inposts or signatures.<br><br>Your best way to make a dynamic signature is either a moving gif file, or, if enabled from the admin area, a flash file.<br>]]>
   </description>
   <pubDate>Wed, 05 May 2004 10:28:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/dynamic-signature_topic10301_post56141.html#56141</guid>
  </item> 
  <item>
   <title><![CDATA[Dynamic signature : What is the best solution for...]]></title>
   <link>https://forums.webwiz.net/dynamic-signature_topic10301_post56138.html#56138</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6686">fastfred</a><br /><strong>Subject:</strong> 10301<br /><strong>Posted:</strong> 05&nbsp;May&nbsp;2004 at 9:42am<br /><br /><P>What is the best solution for a dynamic signature. <BR>I want a countdown to a certain date.</P><P>This is what i tried to put in my signature, but the digits remain on a 0.</P><P><FONT size=1>&lt;SCRIPT LANGUAGE="JavaScript"&gt;</FONT></P><P><FONT size=1>&lt;!-- This script and many more are available free online at --&gt;<BR>&lt;!-- The JavaScript Source!! </FONT><A href="http://java&#115;cript.internet.com" target="_blank"><FONT size=1>http://javascript.internet.com</FONT></A><FONT size=1> --&gt;</FONT></P><P><FONT size=1>&lt;!-- Begin<BR>//Created by DendE PhisH<BR>function getTime() {<BR>c1 = new Image(); c1.src = "1c.gif";<BR>c2 = new Image(); c2.src = "2c.gif";<BR>c3 = new Image(); c3.src = "3c.gif";<BR>c4 = new Image(); c4.src = "4c.gif";<BR>c5 = new Image(); c5.src = "5c.gif";<BR>c6 = new Image(); c6.src = "6c.gif";<BR>c7 = new Image(); c7.src = "7c.gif";<BR>c8 = new Image(); c8.src = "8c.gif";<BR>c9 = new Image(); c9.src = "9c.gif";<BR>c0 = new Image(); c0.src = "0c.gif";<BR>Cc = new Image(); Cc.src = "Cc.gif";<BR>now = new Date();</FONT></P><P><FONT size=1>//ENTER BELOW THE DATE YOU WISH TO COUNTDOWN TO<BR>later = new Date("Jan 1 2005 0:00:01");</FONT></P><P><FONT size=1>days = (later - now) / 1000 / 60 / 60 / 24;<BR>daysRound = Math.floor(days);<BR>hours = (later - now) / 1000 / 60 / 60 - (24 * daysRound);<BR>hoursRound = Math.floor(hours);<BR>minutes = (later - now) / 1000 /60 - (24 * 60 * daysRound) - (60 * hoursRound);<BR>minutesRound = Math.floor(minutes);<BR>seconds = (later - now) / 1000 - (24 * 60 * 60 * daysRound) - (60 * 60 * hoursRound) - (60 * minutesRound);<BR>secondsRound = Math.round(seconds);</FONT></P><P><FONT size=1>if (secondsRound &lt;= 9) {<BR>document.images.g.src = c0.src;<BR>document.images.h.src = eval("c"+secondsRound+".src");<BR>}<BR>else {<BR>document.images.g.src = eval("c"+Math.floor(secondsRound/10)+".src");<BR>document.images.h.src = eval("c"+(secondsRound%10)+".src");<BR>}<BR>if (minutesRound &lt;= 9) {<BR>document.images.d.src = c0.src;<BR>document.images.e.src = eval("c"+minutesRound+".src");<BR>}<BR>else {<BR>document.images.d.src = eval("c"+Math.floor(minutesRound/10)+".src");<BR>document.images.e.src = eval("c"+(minutesRound%10)+".src");<BR>}<BR>if (hoursRound &lt;= 9) {<BR>document.images.y.src = c0.src;<BR>document.images.z.src = eval("c"+hoursRound+".src");<BR>}<BR>else {<BR>document.images.y.src = eval("c"+Math.floor(hoursRound/10)+".src");<BR>document.images.z.src = eval("c"+(hoursRound%10)+".src");<BR>}<BR>if (daysRound &lt;= 9) {<BR>document.images.x.src = c0.src;<BR>document.images.a.src = c0.src;<BR>document.images.b.src = eval("c"+daysRound+".src");<BR>}<BR>if (daysRound &lt;= 99) {<BR>document.images.x.src = c0.src;<BR>document.images.a.src = eval("c"+Math.floor((daysRound/10)%10)+".src");<BR>document.images.b.src = eval("c"+Math.floor(daysRound%10)+".src");<BR>}<BR>if (daysRound &lt;= 999){<BR>document.images.x.src = eval("c"+Math.floor(daysRound/100)+".src");<BR>document.images.a.src = eval("c"+Math.floor((daysRound/10)%10)+".src");<BR>document.images.b.src = eval("c"+Math.floor(daysRound%10)+".src");<BR>}<BR>newtime = window.setTimeout("getTime();", 1000);<BR>}<BR>//&nbsp; End --&gt;<BR>&lt;/script&gt;</FONT></P><P><FONT size=1>&lt;/HEAD&gt;</FONT></P><P><FONT size=1>&lt;!-- STEP TWO: Insert the onLoad event handler into your BODY tag&nbsp; --&gt;</FONT></P><P><FONT size=1>&lt;BODY onLoad="getTime()"&gt;</FONT></P><P><FONT size=1>&lt;!-- STEP THREE: Copy this code into the BODY of your HTML document&nbsp; --&gt;</FONT></P><P><FONT size=1>&lt;div align="center"&gt;<BR>&lt;h3&gt;Countdown to New Years (2005)&lt;/h3&gt;<BR>&lt;/div&gt;</FONT></P><P><FONT size=1>&lt;center&gt;<BR>&lt;table&gt;&lt;tr&gt;&lt;td bgcolor="black" valign="bottom"&gt;<BR>&lt;img height=21 src="0c.gif" width=16 name=x&gt;<BR>&lt;img height=21 src="0c.gif" width=16 name=a&gt;<BR>&lt;img height=21 src="0c.gif" width=16 name=b&gt;<BR>&lt;img height=21 src="Cc.gif" width=9 name=c&gt;<BR>&lt;img height=21 src="0c.gif" width=16 name=y&gt;<BR>&lt;img height=21 src="0c.gif" width=16 name=z&gt;<BR>&lt;img height=21 src="Cc.gif" width=9 name=cz&gt;<BR>&lt;img height=21 src="0c.gif" width=16 name=d&gt;<BR>&lt;img height=21 src="0c.gif" width=16 name=e&gt;<BR>&lt;img height=21 src="Cc.gif" width=9 name=f&gt;<BR>&lt;img height=21 src="0c.gif" width=16 name=g&gt;<BR>&lt;img height=21 src="0c.gif" width=16 name=h&gt;<BR>&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<BR>&lt;/center&gt;</FONT></P><P><FONT size=1>&lt;div align="center"&gt;<BR>&lt;h4&gt;(Days : Hours : Minutes : Seconds)&lt;/h4&gt;<BR>&lt;/div&gt;</FONT></P>]]>
   </description>
   <pubDate>Wed, 05 May 2004 09:42:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/dynamic-signature_topic10301_post56138.html#56138</guid>
  </item> 
 </channel>
</rss>