<?xml version="1.0" encoding="iso-8859-1" ?>
<?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>Foro Vida Una : Mensaje en la barra de estado</title>
  <link>https://www.vidauna.com/</link>
  <description><![CDATA[This is an XML content feed of; Foro Vida Una : C&#243;digos JavaScript : Mensaje en la barra de estado]]></description>
  <pubDate>Thu, 09 Apr 2026 10:55:27 +0000</pubDate>
  <lastBuildDate>Sat, 09 May 2009 15:19:26 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.vidauna.com/RSS_post_feed.asp?TID=198</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Foro Vida Una]]></title>
   <url>https://www.vidauna.com/images/vidauna_logo.gif</url>
   <link>https://www.vidauna.com/</link>
  </image>
  <item>
   <title><![CDATA[Mensaje en la barra de estado : &amp;lt;!-- Copiar el c&#243;digo dentro...]]></title>
   <link>https://www.vidauna.com/mensaje-en-la-barra-de-estado_topic198_post657.html#657</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.vidauna.com/member_profile.asp?PF=110">Programador</a><br /><strong>Subject:</strong> 198<br /><strong>Posted:</strong> 09&nbsp;Mayo&nbsp;2009 at 3:19pm<br /><br /><P>&lt;!-- Copiar el código dentro del tag HEAD --&gt;</P><P>&lt;script language="JavaScript"&gt;</P><P>var speed = 100 <BR>var pause = 3000<BR>var timerID = null<BR>var bannerRunning = false<BR>var ar = new Array()<BR>ar&#091;0&#093; = "&gt;&gt;&gt;&gt; Este script es mu divertido &lt;&lt;&lt;&lt;"<BR>ar&#091;1&#093; = " Con él puedes colocar informacion adicional, ....."<BR>ar&#091;2&#093; = "..... Datos sobre tu página y muchas otras cosas, ....."<BR>ar&#091;3&#093; = "..... No olvides de visitar <a href="http://www.webdinamica.cjb.net" target="_blank">http://www.webdinamica.cjb.net</A>, ....."</P><P>var currentMessage = 0<BR>var offset = 0<BR>function stopBanner() {<BR>if (bannerRunning)<BR>clearTimeout(timerID)<BR>bannerRunning = false<BR>}<BR>function startBanner() {<BR>stopBanner()<BR>showBanner()<BR>}<BR>function showBanner() {<BR>var text = ar&#091;currentMessage&#093;<BR>if (offset &lt; text.length) {<BR>if (text.charAt(offset) == " ")<BR>offset++ <BR>var partialMessage = text.substring(0, offset + 1) <BR>window.status = partialMessage<BR>offset++ // IE sometimes has trouble with "++offset"<BR>timerID = setTimeout("showBanner()", speed)<BR>bannerRunning = true<BR>} else {<BR>offset = 0<BR>currentMessage++<BR>if (currentMessage == ar.length)<BR>currentMessage = 0<BR>timerID = setTimeout("showBanner()", pause)<BR>bannerRunning = true<BR>}<BR>}<BR>startBanner();<BR>// --&gt;<BR>&lt;/script&gt;</P>]]>
   </description>
   <pubDate>Sat, 09 May 2009 15:19:26 +0000</pubDate>
   <guid isPermaLink="true">https://www.vidauna.com/mensaje-en-la-barra-de-estado_topic198_post657.html#657</guid>
  </item> 
 </channel>
</rss>