<?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 : La Coleccion ServerVariables</title>
  <link>https://www.vidauna.com/</link>
  <description><![CDATA[This is an XML content feed of; Foro Vida Una : C&#243;digos ASP y ASP.NET : La Coleccion ServerVariables]]></description>
  <pubDate>Sat, 18 Apr 2026 21:47:28 +0000</pubDate>
  <lastBuildDate>Sat, 09 May 2009 16:34:14 +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=207</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[La Coleccion ServerVariables : La coleccion ServerVariables nos...]]></title>
   <link>https://www.vidauna.com/la-coleccion-servervariables_topic207_post666.html#666</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.vidauna.com/member_profile.asp?PF=110">Programador</a><br /><strong>Subject:</strong> 207<br /><strong>Posted:</strong> 09&nbsp;Mayo&nbsp;2009 at 4:34pm<br /><br /><P>La coleccion ServerVariables nos da acceso a variables de entorno del servidor y del cliente. </P><P>Esta colección contiene una gran cantidad de datos, algunos de ellos tan interesantes como la dirección IP del visitante, del servidor, el nombre del servidor, etc</P><P>ServerVariables forma parte del objeto Request, por lo cual para consultar estas variables recurriremos a el.</P><P>Ejecutando el siguiente codigo tendremos un listado de todos los valores de la colección.<BR></P><DIV></DIV>servervar.asp<DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>&lt;html&gt;&lt;body&gt;<BR>&lt;table border=1&gt;<BR>&lt;%for each name in request.servervariables%&gt;<BR>&lt;tr&gt;&lt;td&gt;<BR>&lt;%=name%&gt;<BR>&lt;/td&gt;&lt;td&gt;<BR>&lt;%=request.servervariables(name)%&gt;<BR>&lt;/td&gt;&lt;/tr&gt;<BR>&lt;%next%&gt;<BR>&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;</DIV>]]>
   </description>
   <pubDate>Sat, 09 May 2009 16:34:14 +0000</pubDate>
   <guid isPermaLink="true">https://www.vidauna.com/la-coleccion-servervariables_topic207_post666.html#666</guid>
  </item> 
 </channel>
</rss>