<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>
	<channel>
		<title>Dudas de Programacion &#187; Recent Posts</title>
		<link>http://www.dudasprogramacion.com/</link>
		<description>Dudas sobre lenguajes y apis de programación</description>
		<language>en-US</language>
		<pubDate>Fri, 30 Jul 2010 01:49:41 +0000</pubDate>
		<generator>bbpress 1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.dudasprogramacion.com/search.php</link>
		</textInput>
		<atom:link href="http://www.dudasprogramacion.com/rss/" rel="self" type="application/rss+xml" />

		<item>
			<title>martin1975 on "Reloj de arena"</title>
			<link>http://www.dudasprogramacion.com/topic/reloj-de-arena#post-563</link>
			<pubDate>Thu, 29 Jul 2010 10:58:43 +0000</pubDate>
			<dc:creator>martin1975</dc:creator>
			<guid isPermaLink="false">563@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Hola , a todos. Escribo por que he estado buscando alguna aplicacion escrita en JavaScript que me permita simular una busqueda con alguna imagen de algun reloj de arena, similar a como aparece en las pantallas de windows, pero no he conseguido. He obserbado todo tipo de relojes, pero este no es numerico, sino una imagen visual, que aparezca, mientras se hace una consulta en el servidor mysql, con instrucciones php. Prodrian ayudarme por favor, ya que la necesito, para el desarrollo del sistema en el que estoy trabajando.&#60;/p&#62;
&#60;p&#62;Saludos y gracias de antemano.&#60;/p&#62;
&#60;p&#62;Martin Vargas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fiurer87 on "Graficar función f(x)"</title>
			<link>http://www.dudasprogramacion.com/topic/graficar-funcion-fx#post-562</link>
			<pubDate>Wed, 28 Jul 2010 21:12:20 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">562@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;un constructor debe ser antepuesto por la palabra reservada public&#60;/p&#62;
&#60;pre class=&#34;java&#34; style=&#34;font-family:monospace;&#34;&#62;&#38;nbsp;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62; Graficador&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
   &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;double&#60;/span&#62; x&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#38;nbsp;
   &#60;span style=&#34;color: #666666; font-style: italic;&#34;&#62;//constructor&#60;/span&#62;
   &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;public&#60;/span&#62; Graficador&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;double&#60;/span&#62; valor&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
         x &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; valor&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
   &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Torres on "Graficar función f(x)"</title>
			<link>http://www.dudasprogramacion.com/topic/graficar-funcion-fx#post-561</link>
			<pubDate>Wed, 28 Jul 2010 20:59:14 +0000</pubDate>
			<dc:creator>Torres</dc:creator>
			<guid isPermaLink="false">561@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;No se si te entiendo bien, pero con un solo valor de x, no tienes una función, tienes un punto...&#60;/p&#62;
&#60;p&#62;y = f(x)&#60;/p&#62;
&#60;p&#62;¿Que pretendes hacer con la x que le pasas, obtenida del usuario?&#60;/p&#62;
&#60;p&#62;Un saludo.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Laux on "Graficar función f(x)"</title>
			<link>http://www.dudasprogramacion.com/topic/graficar-funcion-fx#post-560</link>
			<pubDate>Wed, 28 Jul 2010 19:32:13 +0000</pubDate>
			<dc:creator>Laux</dc:creator>
			<guid isPermaLink="false">560@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Hola quetal a todos estoy iniciandome en java, eh investigado mucho sobre el jfreechart es una buena herramienta, yo lo que quisiera hacer es que no solo me grafique el seno como en el codigo que publico FIURER87, pues lo estoy adaptando pero quiero recibir el valor de X por el usuario y pues creando el constructor me sale error alguien podria ayudarme???&#60;/p&#62;
&#60;p&#62;private double x;// miembro de la clase graficador&#60;/p&#62;
&#60;p&#62;//mi constructor&#60;br /&#62;
Graficador(double valor) {&#60;br /&#62;
       x=valor;&#60;br /&#62;
    }
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mayojm on "Capturar computer name desde Javascript"</title>
			<link>http://www.dudasprogramacion.com/topic/capturar-computer-name-desde-javascript#post-559</link>
			<pubDate>Wed, 28 Jul 2010 17:33:53 +0000</pubDate>
			<dc:creator>mayojm</dc:creator>
			<guid isPermaLink="false">559@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Gracias, pero estaba pensando en el nombre de la máquina del cliente.&#60;br /&#62;
¿Se puede?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mari90 on "paginar gridview"</title>
			<link>http://www.dudasprogramacion.com/topic/paginar-gridview#post-558</link>
			<pubDate>Wed, 28 Jul 2010 15:15:11 +0000</pubDate>
			<dc:creator>mari90</dc:creator>
			<guid isPermaLink="false">558@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Hola!!!&#60;/p&#62;
&#60;p&#62;Tengo un gridview y le he activado la funcionalidad de paginación a través de la propiedad allowpaging. También he indicado el número de filas que quiero que se muestren por página. Pero al intentar visualizar las filas del gridview correspondientes a la segunda página, me dice que el grid desencadenó el evento PageIndexChanging que no estaba controlado.&#60;/p&#62;
&#60;p&#62;¿Alguien me puede decir cómo programar el evento PageIndexChanging,para que cuando pulse en el número de página 2 me muestre los datos del gridview correspondientes a esa página ?&#60;/p&#62;
&#60;p&#62;muchas gracias
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lineadecodigo on "Capturar computer name desde Javascript"</title>
			<link>http://www.dudasprogramacion.com/topic/capturar-computer-name-desde-javascript#post-557</link>
			<pubDate>Wed, 28 Jul 2010 14:43:22 +0000</pubDate>
			<dc:creator>lineadecodigo</dc:creator>
			<guid isPermaLink="false">557@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Puedes obtener el nombre del host sobre el que se ejecuta la página&#60;/p&#62;
&#60;pre class=&#34;javascript&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;script type&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #3366CC;&#34;&#62;&#38;quot;text/javascript&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;
 document.&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;write&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #3366CC;&#34;&#62;&#38;quot;El hostname de la URL es&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62; Location.&#60;span style=&#34;color: #660066;&#34;&#62;hostname&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;/&#60;/span&#62;script&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://w3api.com/wiki/DOM:Location.hostname&#34; rel=&#34;nofollow&#34;&#62;http://w3api.com/wiki/DOM:Location.hostname&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Si te refieres al equipo del usuario... necesitas hacer algo en Java.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mayojm on "Capturar computer name desde Javascript"</title>
			<link>http://www.dudasprogramacion.com/topic/capturar-computer-name-desde-javascript#post-556</link>
			<pubDate>Tue, 27 Jul 2010 11:26:22 +0000</pubDate>
			<dc:creator>mayojm</dc:creator>
			<guid isPermaLink="false">556@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Hola, &#60;/p&#62;
&#60;p&#62;me gustaria saber si es posible capturar el nombre del equipo desde el cuál se hace la petición de páginas HTML(computername). &#60;/p&#62;
&#60;p&#62;Es esto posible desde Javascript.&#60;/p&#62;
&#60;p&#62;Saludos
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fiurer87 on "imagen de fondo en formularios"</title>
			<link>http://www.dudasprogramacion.com/topic/imagen-de-fondo-en-formularios#post-555</link>
			<pubDate>Tue, 27 Jul 2010 03:29:55 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">555@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Muestra codigo asi es mas facil ayudar...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paik5 on "imagen de fondo en formularios"</title>
			<link>http://www.dudasprogramacion.com/topic/imagen-de-fondo-en-formularios#post-554</link>
			<pubDate>Tue, 27 Jul 2010 02:45:54 +0000</pubDate>
			<dc:creator>paik5</dc:creator>
			<guid isPermaLink="false">554@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;buen dia quisiera saber como poner una imagen de fondo en formulario java, son 5 formularios que lleva la aplicacion y en todo debe aparecer una imagen, los formularios tiene un griblayout y varios paneles, trato de poner un panel de fondo y aparece al correr la aplicacion pero la imagen de fondo aparece un error en el apuntador qeu esta en null, esto lo estoy haciendo desde el evento windowopen&#60;/p&#62;
&#60;p&#62;cualquier colaboracion se los agradesco&#60;/p&#62;
&#60;p&#62;paik5
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Torres on "Editor X3D"</title>
			<link>http://www.dudasprogramacion.com/topic/editor-x3d#post-553</link>
			<pubDate>Mon, 26 Jul 2010 12:42:18 +0000</pubDate>
			<dc:creator>Torres</dc:creator>
			<guid isPermaLink="false">553@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Igual no sirve para mucho pero cuando tuve que mirar algo de X3D, guardé esta página en favoritos, en su día me pareció muy completa, aunque ya te digo que yo no he programado ni echo nada en X3d solo buscar información.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.web3d.org/products/C22&#34; rel=&#34;nofollow&#34;&#62;http://www.web3d.org/products/C22&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.web3d.org/x3d/opensource/&#34; rel=&#34;nofollow&#34;&#62;http://www.web3d.org/x3d/opensource/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Un saludo.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Paquito Turriano on "Editor X3D"</title>
			<link>http://www.dudasprogramacion.com/topic/editor-x3d#post-552</link>
			<pubDate>Mon, 26 Jul 2010 07:30:44 +0000</pubDate>
			<dc:creator>Paquito Turriano</dc:creator>
			<guid isPermaLink="false">552@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;¿Sabeis si hay algún editor de X3D, que no solo se pueda modelar, sino que además se pueda modificar el código?.&#60;/p&#62;
&#60;p&#62;A ser posible de las tres bes (bueno, bonito, barato. Aunque mejor grátis).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fiurer87 on "Una duda con arreglos(basico)"</title>
			<link>http://www.dudasprogramacion.com/topic/una-duda-con-arreglosbasico#post-551</link>
			<pubDate>Fri, 23 Jul 2010 14:59:38 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">551@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;en caso de que quieras crear una funcion que busque un elemento y retorne el indice es mas sencillo.&#60;br /&#62;
Esta funcion retornara -1 si es que no hallo el elemento, en caso de que existan el elemento en mas de una posicion solo tomara en cuenta la primera coincidencia y retorara el indice-posicion donde se hallo el elemento.&#60;/p&#62;
&#60;pre class=&#34;java&#34; style=&#34;font-family:monospace;&#34;&#62;&#38;nbsp;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;int&#60;/span&#62; posicionElemento&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;int&#60;/span&#62; x, &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;int&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#91;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#93;&#60;/span&#62; arreglo&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
   &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;for&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;int&#60;/span&#62; i&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62; i&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;arreglo.&#60;span style=&#34;color: #006633;&#34;&#62;length&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62; i&#60;span style=&#34;color: #339933;&#34;&#62;++&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;
       &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;arreglo&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#91;&#60;/span&#62;i&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#93;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;==&#60;/span&#62;x&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;return&#60;/span&#62; i&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
   &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;return&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;-&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>fiurer87 on "Una duda con arreglos(basico)"</title>
			<link>http://www.dudasprogramacion.com/topic/una-duda-con-arreglosbasico#post-550</link>
			<pubDate>Fri, 23 Jul 2010 14:53:33 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">550@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Buenas sugerencias.&#60;br /&#62;
Pero hay que preguntarse que pasa si el elemento que buscas existe en mas de una posicion, en tal caso deberias imprimir todas las posiciones donde se encuentra.&#60;/p&#62;
&#60;p&#62;Aquí la mía.&#60;/p&#62;
&#60;pre class=&#34;java&#34; style=&#34;font-family:monospace;&#34;&#62;&#38;nbsp;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;void&#60;/span&#62; buscarElemento&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;int&#60;/span&#62; x&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
  &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;boolean&#60;/span&#62; estado &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;false&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
  &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;for&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;int&#60;/span&#62; i&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62; i&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;arreglo.&#60;span style=&#34;color: #006633;&#34;&#62;length&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62; i&#60;span style=&#34;color: #339933;&#34;&#62;++&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
      &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;arreglo&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#91;&#60;/span&#62;i&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#93;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;==&#60;/span&#62;x&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
         &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;println&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Posicion: &#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62;i&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
         estado &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
      &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
  &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;!&#60;/span&#62;estado&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;println&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Elemento no encontrado&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Torres on "Una duda con arreglos(basico)"</title>
			<link>http://www.dudasprogramacion.com/topic/una-duda-con-arreglosbasico#post-549</link>
			<pubDate>Fri, 23 Jul 2010 06:45:23 +0000</pubDate>
			<dc:creator>Torres</dc:creator>
			<guid isPermaLink="false">549@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Buenas,&#60;/p&#62;
&#60;p&#62;como te comenta garusis el problema es que tenías dentro del bucle la línea que imprimía por pantalla.&#60;/p&#62;
&#60;p&#62;No se si estás practicando o necesitas usar los arreglos para algo más, pero por informarte que sepas que existe una clase de utilidades en Java para el manejo de arreglos.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://download.oracle.com/docs/cd/E17476_01/javase/1.4.2/docs/api/java/util/Arrays.html&#34; rel=&#34;nofollow&#34;&#62;http://download.oracle.com/docs/cd/E17476_01/javase/1.4.2/docs/api/java/util/Arrays.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Y ya trae unos métodos para la búsqueda optimizados, un ejemplo de lo que tu quieres hacer hecho con esta clase de utilidades:&#60;/p&#62;
&#60;pre class=&#34;java&#34; style=&#34;font-family:monospace;&#34;&#62;&#38;nbsp;
&#38;nbsp;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;import&#60;/span&#62; &#60;span style=&#34;color: #006699;&#34;&#62;java.util.Arrays&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#38;nbsp;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62; Prueba &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
&#38;nbsp;
	&#60;span style=&#34;color: #008000; font-style: italic; font-weight: bold;&#34;&#62;/**
	 * @param args
	 */&#60;/span&#62;
	&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;static&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;void&#60;/span&#62; main&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Astring+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;String&#60;/span&#62;&#60;/a&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#91;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#93;&#60;/span&#62; args&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
    	&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;int&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#91;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#93;&#60;/span&#62; listaEnteros &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;1&#60;/span&#62;,&#60;span style=&#34;color: #cc66cc;&#34;&#62;5&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;&#34;&#62;7&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;&#34;&#62;28&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;&#34;&#62;49&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;&#34;&#62;88&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;&#34;&#62;100&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;&#34;&#62;150&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;&#34;&#62;336&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;&#34;&#62;500&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
    	&#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Aarrays+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;Arrays&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;sort&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;listaEnteros&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
    	&#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;println&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Aarrays+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;Arrays&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;binarySearch&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;listaEnteros, &#60;span style=&#34;color: #cc66cc;&#34;&#62;88&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#38;nbsp;
	&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>garusis on "Una duda con arreglos(basico)"</title>
			<link>http://www.dudasprogramacion.com/topic/una-duda-con-arreglosbasico#post-548</link>
			<pubDate>Fri, 23 Jul 2010 02:13:20 +0000</pubDate>
			<dc:creator>garusis</dc:creator>
			<guid isPermaLink="false">548@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;pues... en tu lugar, eliminaria el else del ciclo... si te fijas, es totalmente innecesario, ya que si no entra por el if, el valor de enc seguira siendo false. si es necesario que muestre el mensaje de que el elemento no fue encontrado, entonces puedes agregar un if al final comprobando si lo encontro o no... algo asi:&#60;/p&#62;
&#60;pre class=&#34;java&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;void&#60;/span&#62; buscarElem&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;int&#60;/span&#62; x&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;   &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;int&#60;/span&#62; i&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;   &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;boolean&#60;/span&#62; enc &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;false&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;   &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;while&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;i&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;arreglo.&#60;span style=&#34;color: #006633;&#34;&#62;length&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;&#38;amp;&#38;amp;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;!&#60;/span&#62;enc&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;   &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;       &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;arreglo&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#91;&#60;/span&#62;i&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#93;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;==&#60;/span&#62;x&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;       &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;           enc &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;           &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;println&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;elemento encontrado:&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62; x&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;       &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;   i&#60;span style=&#34;color: #339933;&#34;&#62;++;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;   &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;   &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;!&#60;/span&#62;enc&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;       &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;println&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;elemento no encontrado:&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;   &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>saintmauricioxd on "Una duda con arreglos(basico)"</title>
			<link>http://www.dudasprogramacion.com/topic/una-duda-con-arreglosbasico#post-547</link>
			<pubDate>Thu, 22 Jul 2010 23:42:59 +0000</pubDate>
			<dc:creator>saintmauricioxd</dc:creator>
			<guid isPermaLink="false">547@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Bueno stoy empezando con arreglos y tengo una duda con este codigo:&#60;/p&#62;
&#60;pre class=&#34;java&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;void&#60;/span&#62; buscarElem&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;int&#60;/span&#62; x&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;int&#60;/span&#62; res&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;int&#60;/span&#62; i&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;boolean&#60;/span&#62; enc &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;false&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;while&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;i&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;arreglo.&#60;span style=&#34;color: #006633;&#34;&#62;length&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;&#38;amp;&#38;amp;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;!&#60;/span&#62;enc&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;            &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;arreglo&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#91;&#60;/span&#62;i&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#93;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;==&#60;/span&#62;x&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;            &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;                enc &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;                res&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;x&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;                &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;println&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;elemento encontrado:&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62; res&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;            &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;else&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;                  enc &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;false&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;                  &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;println&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;elemento no encontrado.&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;                &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;                i&#60;span style=&#34;color: #339933;&#34;&#62;++;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;            &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/pre&#62;
&#60;p&#62;esto busca un elemento en el arreglo y lo devuelve, funciona correctamente pero lo q no logro solucionar esq digamos cuando encuentra un elemento en la posicion 6 me imprime para los indices del 0-4 &#34;elemento no encontrado.&#34; y el 5 devuelve el numero, eso quiero q me notifique pero sin que repita tantas veces los indices &#34;elemento no encontrado&#34; al recorrer la lista, alguna sugerencia es bienvenida muchas gracias de antemano.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Skuarex on "Problema Estructura XML y Adobe Flex"</title>
			<link>http://www.dudasprogramacion.com/topic/problema-estructura-xml-y-adobe-flex#post-546</link>
			<pubDate>Tue, 20 Jul 2010 11:35:10 +0000</pubDate>
			<dc:creator>Skuarex</dc:creator>
			<guid isPermaLink="false">546@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Buenas, &#60;/p&#62;
&#60;p&#62;Estoy desarrollando aplicaciones con Adobe Flex Builder 3 y me gustaría crear un árbol (Tree) que pudiera representar un documento XML, lo que he visto es que por cada fichero XML que quiera representar necesito una aplicación Flex diferente ya que se le tienen que configurar antes las etiquetas del archivo XML. &#60;/p&#62;
&#60;p&#62;Lo he probado con archivos XML sencillos y me funciona bien, pero cuando pruebo de representar un archivo XML con una estructura más compleja me salen cosas raras en el árbol. &#60;/p&#62;
&#60;p&#62;Mi objetivo sería conseguir una aplicación flex que permitiera representar cualquier fichero XML en un árbol, y a poder ser, que no requiriera una aplicación para cada archivo XML. &#60;/p&#62;
&#60;p&#62;Muchas gracias por adelanto &#60;/p&#62;
&#60;p&#62;Saludos
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fiurer87 on "Crear ficheros en java"</title>
			<link>http://www.dudasprogramacion.com/topic/crear-ficheros-en-java#post-545</link>
			<pubDate>Fri, 16 Jul 2010 14:44:50 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">545@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Notas:&#60;br /&#62;
 -  Crea el archivo en el mismo lugar donde corre tu Clase.&#60;br /&#62;
 -  No controla si existe otro archivo con el mismo nombre que pusiste.&#60;br /&#62;
 -  Cuando te pida el tamaño en bytes debes pasarle solo enteros mayores que 0.&#60;br /&#62;
 -  No controla excepciones de entrada (al leer el nombre y tamaño desde teclado).&#60;br /&#62;
 -  Esta hecho para ser un ejemplo, puede tener mas fallas.&#60;br /&#62;
 -  Cada que agrego un entero es como agregar 1 Byte.&#60;/p&#62;
&#60;p&#62;Saludos y suerte con tu trabajo.&#60;br /&#62;
Atte: Roberto
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fiurer87 on "Crear ficheros en java"</title>
			<link>http://www.dudasprogramacion.com/topic/crear-ficheros-en-java#post-544</link>
			<pubDate>Fri, 16 Jul 2010 14:41:41 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">544@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Ahora te dejo el código en JAVA.&#60;br /&#62;
=================================&#60;/p&#62;
&#60;pre class=&#34;java&#34; style=&#34;font-family:monospace;&#34;&#62;&#38;nbsp;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;import&#60;/span&#62; &#60;span style=&#34;color: #006699;&#34;&#62;java.io.BufferedWriter&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;import&#60;/span&#62; &#60;span style=&#34;color: #006699;&#34;&#62;java.io.File&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;import&#60;/span&#62; &#60;span style=&#34;color: #006699;&#34;&#62;java.io.FileWriter&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;import&#60;/span&#62; &#60;span style=&#34;color: #006699;&#34;&#62;java.util.Random&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;import&#60;/span&#62; &#60;span style=&#34;color: #006699;&#34;&#62;java.util.Scanner&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #008000; font-style: italic; font-weight: bold;&#34;&#62;/**
 * @author Luis Roberto Perez POTOSI - BOLIVIA
 */&#60;/span&#62;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62; Main &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
    &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;static&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;void&#60;/span&#62; main&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Astring+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;String&#60;/span&#62;&#60;/a&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#91;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#93;&#60;/span&#62; args&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
        Scanner lector &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; Scanner&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;in&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
        &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;print&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Nombre de Archivo: &#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
        &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Astring+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;String&#60;/span&#62;&#60;/a&#62; nombreArchivo &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; lector.&#60;span style=&#34;color: #006633;&#34;&#62;nextLine&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#38;nbsp;
        &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Afile+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;File&#60;/span&#62;&#60;/a&#62; archivo &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Afile+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;File&#60;/span&#62;&#60;/a&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;nombreArchivo&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
        &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;try&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
            archivo.&#60;span style=&#34;color: #006633;&#34;&#62;createNewFile&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
        &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;catch&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Aexception+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;Exception&#60;/span&#62;&#60;/a&#62; e&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
            &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;println&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Error al crear el archivo&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
            &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;exit&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
        &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
        &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;print&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Tamano deseado en bytes: &#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
        &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;long&#60;/span&#62; tamanoDeseado &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; lector.&#60;span style=&#34;color: #006633;&#34;&#62;nextLong&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#38;nbsp;
        &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Arandom+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;Random&#60;/span&#62;&#60;/a&#62; aleatorio &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Arandom+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;Random&#60;/span&#62;&#60;/a&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#38;nbsp;
        &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;try&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
            &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Abufferedwriter+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;BufferedWriter&#60;/span&#62;&#60;/a&#62; salida &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Abufferedwriter+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;BufferedWriter&#60;/span&#62;&#60;/a&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Afilewriter+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;FileWriter&#60;/span&#62;&#60;/a&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;nombreArchivo,&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
            &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;for&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;long&#60;/span&#62; i&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62; i&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;tamanoDeseado&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62; i&#60;span style=&#34;color: #339933;&#34;&#62;++&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;
                salida.&#60;span style=&#34;color: #006633;&#34;&#62;write&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62;aleatorio.&#60;span style=&#34;color: #006633;&#34;&#62;nextInt&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;10&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
            salida.&#60;span style=&#34;color: #006633;&#34;&#62;close&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
        &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;catch&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Aexception+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;Exception&#60;/span&#62;&#60;/a&#62; e&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
            &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;println&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Ocurrio un error al agregar&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
            &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;exit&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
        &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
        &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;println&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Se creo &#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62;nombreArchivo&#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; Tamano en Bytes: &#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62;archivo.&#60;span style=&#34;color: #006633;&#34;&#62;length&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
    &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;&#60;/pre&#62;
&#60;p&#62;Ten en cuenta que debes pasar en tamaño en bytes, para hacer 1KB deberias pasar 1000, para 1MB seria 1000000, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fiurer87 on "Crear ficheros en java"</title>
			<link>http://www.dudasprogramacion.com/topic/crear-ficheros-en-java#post-543</link>
			<pubDate>Fri, 16 Jul 2010 03:33:21 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">543@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Hola, te sugiero hacer lo siguiente.&#60;br /&#62;
Sea TAMDES el tamano deseado, y ALEAT un numero aleatorio.&#60;/p&#62;
&#60;p&#62;1. Crear un archivo ARCH&#60;br /&#62;
2. Si tamano(ARCH) &#38;lt; TAMDES entonces:&#60;br /&#62;
   2.1. Agregar un nuevo ALEAT al ARCH&#60;br /&#62;
   2.2. Volver al paso 2.&#60;br /&#62;
3. FIN.&#60;/p&#62;
&#60;p&#62;Espero te ayude, es lo primero que se me ocurrio.&#60;br /&#62;
Suerte!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Harbox on "Crear ficheros en java"</title>
			<link>http://www.dudasprogramacion.com/topic/crear-ficheros-en-java#post-542</link>
			<pubDate>Thu, 15 Jul 2010 22:14:49 +0000</pubDate>
			<dc:creator>Harbox</dc:creator>
			<guid isPermaLink="false">542@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Buenas a todos/as, me gustaría saber como poder crear ficheros de tamaños específicos, es decir, imaginaros que tengo un jTextField donde le digo que me genere un fichero con el contenido de... números aleatorios pero de un tamaño específico (10kb, 100mb, etc)&#60;/p&#62;
&#60;p&#62;Es urgente, espero que me podáis ayudar. &#60;/p&#62;
&#60;p&#62;Un cordial saludo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Maria Felix on "Maria felix"</title>
			<link>http://www.dudasprogramacion.com/topic/maria-felix#post-541</link>
			<pubDate>Fri, 09 Jul 2010 22:16:47 +0000</pubDate>
			<dc:creator>Maria Felix</dc:creator>
			<guid isPermaLink="false">541@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;hola que tal soy nueva en el codigo java me pueden decir en donde esta el error en este codigo por que no guarda  nada nada&#60;/p&#62;
&#60;pre class=&#34;java&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;RamaActividad rama &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; RamaActividad&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  ErrorSistema error &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; ErrorSistema&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;boolean&#60;/span&#62; checa &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;false&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;int&#60;/span&#62; externo &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;   &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62; request.&#60;span style=&#34;color: #006633;&#34;&#62;getParameter&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;xExterno&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;!=&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;null&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    externo &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Ainteger+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;Integer&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;parseInt&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;request.&#60;span style=&#34;color: #006633;&#34;&#62;getParameter&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;xExterno&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62; request.&#60;span style=&#34;color: #006633;&#34;&#62;getParameter&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;xClave&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;!=&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;null&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    rama.&#60;span style=&#34;color: #006633;&#34;&#62;setCveRamaActividad&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Ainteger+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;Integer&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;parseInt&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;request.&#60;span style=&#34;color: #006633;&#34;&#62;getParameter&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;xClave&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62; request.&#60;span style=&#34;color: #006633;&#34;&#62;getParameter&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;xAccion&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;!=&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;null&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62; request.&#60;span style=&#34;color: #006633;&#34;&#62;getParameter&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;xAccion&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;equals&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Graba&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	  rama.&#60;span style=&#34;color: #006633;&#34;&#62;setCveRamaActividad&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Ainteger+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;Integer&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;parseInt&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;request.&#60;span style=&#34;color: #006633;&#34;&#62;getParameter&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;xClave&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	  rama.&#60;span style=&#34;color: #006633;&#34;&#62;setDescripcion&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;request.&#60;span style=&#34;color: #006633;&#34;&#62;getParameter&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;xDescripcion&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	  rama.&#60;span style=&#34;color: #006633;&#34;&#62;setActivo&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	  &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;!&#60;/span&#62;rama.&#60;span style=&#34;color: #006633;&#34;&#62;existe&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	    rama.&#60;span style=&#34;color: #006633;&#34;&#62;setCveRamaActividad&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;UtilDB.&#60;span style=&#34;color: #006633;&#34;&#62;getSiguienteNumero&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;vinculacion..rama_actividad&#38;quot;&#60;/span&#62;,&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;vinculacion..rama_actividad.Cve_Rama_Actividad&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	  error &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; rama.&#60;span style=&#34;color: #006633;&#34;&#62;grabar&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	  &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62; error.&#60;span style=&#34;color: #006633;&#34;&#62;getNumeroError&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;!=&#60;/span&#62; &#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	    &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;println&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Grabó, error no. &#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62; error.&#60;span style=&#34;color: #006633;&#34;&#62;getCadenaError&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;span style=&#34;color: #000099; font-weight: bold;&#34;&#62;\n&#60;/span&#62;&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62; error.&#60;span style=&#34;color: #006633;&#34;&#62;getCadenaSQL&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	 &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;else&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        checa &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;else&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62; request.&#60;span style=&#34;color: #006633;&#34;&#62;getParameter&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;xAccion&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;equals&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Borra&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	  error &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; rama.&#60;span style=&#34;color: #006633;&#34;&#62;borrar&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;      &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;error.&#60;span style=&#34;color: #006633;&#34;&#62;getNumeroError&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;!=&#60;/span&#62; &#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;      &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;println&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;borró, error no. &#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62; error.&#60;span style=&#34;color: #006633;&#34;&#62;getCadenaError&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;span style=&#34;color: #000099; font-weight: bold;&#34;&#62;\n&#60;/span&#62;&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62; error.&#60;span style=&#34;color: #006633;&#34;&#62;getCadenaSQL&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;      &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	   &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;else&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        checa &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Astring+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;String&#60;/span&#62;&#60;/a&#62; cadBorra&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;!&#60;/span&#62;rama.&#60;span style=&#34;color: #006633;&#34;&#62;esActivo&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;&#124;&#124;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;!&#60;/span&#62;rama.&#60;span style=&#34;color: #006633;&#34;&#62;existe&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    cadBorra&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;disabled&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62; &#60;span style=&#34;color: #339933;&#34;&#62;%&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;html&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;head&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;title&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;Catálogo de Ramas&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;/&#60;/span&#62;title&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;meta http&#60;span style=&#34;color: #339933;&#34;&#62;-&#60;/span&#62;equiv&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Content-Type&#38;quot;&#60;/span&#62; content&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;text/html; charset=iso-8859-1&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;link rel&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;stylesheet&#38;quot;&#60;/span&#62; href&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;../../../Estilos/saiiut.css&#38;quot;&#60;/span&#62; type&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;text/css&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;/&#60;/span&#62;head&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;script language&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;JavaScript&#38;quot;&#60;/span&#62; src&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;../../../JScripts/uttab_lib.js&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#38;lt;/&#60;/span&#62;script&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;script language&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;JavaScript&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;function muestra_ramas&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;target_rama, valor_clave,valor_descTipo&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  var pag &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;muestra_ramas.jsp?cClave=&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62; target_rama &#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  			 &#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;amp;xClave=&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62; valor_clave &#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;amp;xDescripcion=&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62; valor_descTipo&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  var vWinPres &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; window.&#60;span style=&#34;color: #006633;&#34;&#62;open&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;pag, &#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Ramas_Actividad&#38;quot;&#60;/span&#62;,&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;                             &#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;width=850, height=350, statusbar=yes, directories=no, scrollbars=yes, resizable=no,top=280,left=120&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  vWinPres.&#60;span style=&#34;color: #006633;&#34;&#62;opener&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; self&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;function limpia&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  forma.&#60;span style=&#34;color: #006633;&#34;&#62;xClave&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;value&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;0&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  forma.&#60;span style=&#34;color: #006633;&#34;&#62;xDescripcion&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;value&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  forma.&#60;span style=&#34;color: #006633;&#34;&#62;xActivo&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;checked&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  forma.&#60;span style=&#34;color: #006633;&#34;&#62;btnBorrar&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;disabled&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  forma.&#60;span style=&#34;color: #006633;&#34;&#62;xAccion&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;value&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;nada&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62; function cierra&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  window.&#60;span style=&#34;color: #006633;&#34;&#62;close&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;function recarga&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	forma.&#60;span style=&#34;color: #006633;&#34;&#62;xAccion&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;value&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Recargar&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	forma.&#60;span style=&#34;color: #006633;&#34;&#62;submit&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;function valida&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  MM_validateForm&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'xClave'&#60;/span&#62;,&#60;span style=&#34;color: #0000ff;&#34;&#62;'La clave de la Rama.'&#60;/span&#62;,&#60;span style=&#34;color: #0000ff;&#34;&#62;'R'&#60;/span&#62;,&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;                  &#60;span style=&#34;color: #0000ff;&#34;&#62;'xDescripcion'&#60;/span&#62;,&#60;span style=&#34;color: #0000ff;&#34;&#62;'El campo Descripcion de la Rama'&#60;/span&#62;,&#60;span style=&#34;color: #0000ff;&#34;&#62;'R'&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;document.&#60;span style=&#34;color: #006633;&#34;&#62;MM_returnValue&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;document.&#60;span style=&#34;color: #006633;&#34;&#62;forma&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;xActivo&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;checked&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;==&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;false&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;      &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;confirm&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Se va a proceder a reactivar la Rama. &#60;span style=&#34;color: #000099; font-weight: bold;&#34;&#62;\n&#60;/span&#62;¿Está usted seguro?&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;      &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        forma.&#60;span style=&#34;color: #006633;&#34;&#62;xAccion&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;value&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Graba&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        document.&#60;span style=&#34;color: #006633;&#34;&#62;forma&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;submit&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;      &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;      &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;return&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;else&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;      forma.&#60;span style=&#34;color: #006633;&#34;&#62;xAccion&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;value&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Graba&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;      document.&#60;span style=&#34;color: #006633;&#34;&#62;forma&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;submit&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;function borra&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;document.&#60;span style=&#34;color: #006633;&#34;&#62;forma&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;xActivo&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;checked&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;==&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62; confirm&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Se va a proceder a borrar la Rama. &#60;span style=&#34;color: #000099; font-weight: bold;&#34;&#62;\n&#60;/span&#62;¿Está usted seguro?&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;            forma.&#60;span style=&#34;color: #006633;&#34;&#62;xAccion&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;value&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Borra&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;            forma.&#60;span style=&#34;color: #006633;&#34;&#62;submit&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;return&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;function highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;s&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;INPUT&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;==&#60;/span&#62;event.&#60;span style=&#34;color: #006633;&#34;&#62;srcElement&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;tagName&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    event.&#60;span style=&#34;color: #006633;&#34;&#62;srcElement&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;className&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;s&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;/&#60;/span&#62;script&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;body &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;fondo&#38;quot;&#60;/span&#62; onLoad&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;lt;%=( ( (checa==true) &#38;amp;&#38;amp; (externo&#38;gt;0) )?&#38;quot;&#60;/span&#62;window.&#60;span style=&#34;color: #006633;&#34;&#62;opener&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;Recarga&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;: &#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;) %&#38;gt;&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;form method&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;post&#38;quot;&#60;/span&#62; name&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;forma&#38;quot;&#60;/span&#62; type&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;POST&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;table width&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;615&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;tabla&#38;quot;&#60;/span&#62; align&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;center&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;tr &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;encTabla&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;      &#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;td colspan&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;2&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#38;lt;&#60;/span&#62;div align&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;center&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;Catálogo de Ramas&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;/&#60;/span&#62;div&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#38;lt;/&#60;/span&#62;td&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;/&#60;/span&#62;tr&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;tr &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;celda&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;      &#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;td width&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;20%&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;textoForma&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;Clave&#60;span style=&#34;color: #339933;&#34;&#62;:&#38;lt;/&#60;/span&#62;td&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;      &#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;td width&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;80%&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;textoForma&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#38;lt;&#60;/span&#62;input name&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;xClave&#38;quot;&#60;/span&#62; id&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;xClave&#38;quot;&#60;/span&#62; type&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;text&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;captura&#38;quot;&#60;/span&#62; size&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;10&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	  					readonly&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;false&#38;quot;&#60;/span&#62; maxlength&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;4&#38;quot;&#60;/span&#62; value&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;lt;%=rama.getCveRamaActividad()%&#38;gt;&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;%&#60;/span&#62; &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Astring+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;String&#60;/span&#62;&#60;/a&#62; vinculo &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;javascript:muestra_ramas('document.forma.xClave', document.forma.xClave.value,&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;	    				 &#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; document.forma.xDescripcion.value);&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;%&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;        &#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;a&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;        &#38;lt;img src=&#38;quot;&#60;/span&#62;..&#60;span style=&#34;color: #339933;&#34;&#62;/&#60;/span&#62;..&#60;span style=&#34;color: #339933;&#34;&#62;/&#60;/span&#62;..&#60;span style=&#34;color: #339933;&#34;&#62;/&#60;/span&#62;imagenes&#60;span style=&#34;color: #339933;&#34;&#62;/&#60;/span&#62;busqueda.&#60;span style=&#34;color: #006633;&#34;&#62;gif&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; alt=&#38;quot;&#60;/span&#62;Listado de Ramas de la Empresa&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; width=&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;18&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; height=&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;18&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; border=&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;        &#38;lt;/a&#38;gt; &#38;lt;/td&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;	  &#38;lt;/td&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;    &#38;lt;/tr&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;    &#38;lt;tr class=&#38;quot;&#60;/span&#62;celda&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;      &#38;lt;td class=&#38;quot;&#60;/span&#62;textoForma&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;Descripción :&#38;lt;/td&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;      &#38;lt;td class=&#38;quot;&#60;/span&#62;textoForma&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#38;lt;input name=&#38;quot;&#60;/span&#62;xDescripcion&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; id=&#38;quot;&#60;/span&#62;xDescripcion&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; type=&#38;quot;&#60;/span&#62;text&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; maxlength=&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;200&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; size=&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;70&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; class=&#38;quot;&#60;/span&#62;captura&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;	  						  value=&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;%=&#60;/span&#62;rama.&#60;span style=&#34;color: #006633;&#34;&#62;getDescripcion&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;%&#38;gt;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;	  &#38;lt;/td&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;    &#38;lt;/tr&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;    &#38;lt;tr class=&#38;quot;&#60;/span&#62;celda&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;      &#38;lt;td class=&#38;quot;&#60;/span&#62;textoForma&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;Activo&#38;lt;/td&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;      &#38;lt;td class=&#38;quot;&#60;/span&#62;textoForma&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#38;lt;input name=&#38;quot;&#60;/span&#62;xActivo&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; type=&#38;quot;&#60;/span&#62;checkbox&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; id=&#38;quot;&#60;/span&#62;xActivo&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; disabled=&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; value=&#38;quot;&#60;/span&#62;chk&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;lt;%=(rama.esActivo() ? &#38;quot;&#60;/span&#62;checked&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; :&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;)%&#38;gt;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;	  &#38;lt;input name=&#38;quot;&#60;/span&#62;xAccion&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; id=&#38;quot;&#60;/span&#62;xAccion&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; type=&#38;quot;&#60;/span&#62;hidden&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; value=&#38;quot;&#60;/span&#62;nada&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;        &#38;lt;input name=&#38;quot;&#60;/span&#62;xExterno&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; type=&#38;quot;&#60;/span&#62;hidden&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; value=&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;%=&#60;/span&#62;externo&#60;span style=&#34;color: #339933;&#34;&#62;%&#38;gt;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt; &#38;lt;/td&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;    &#38;lt;/tr&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;  &#38;lt;/table&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;  &#38;lt;table width=&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;615&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; align=&#38;quot;&#60;/span&#62;center&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; class=&#38;quot;&#60;/span&#62;tabla&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;    &#38;lt;tr class=&#38;quot;&#60;/span&#62;sepTabla&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;      &#38;lt;td colspan=&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;3&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt; &#38;lt;/td&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;    &#38;lt;/tr&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;    &#38;lt;tr class=&#38;quot;&#60;/span&#62;celda&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;      &#38;lt;td&#38;gt;&#38;lt;div align=&#38;quot;&#60;/span&#62;center&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#38;lt;input name=&#38;quot;&#60;/span&#62;btnNuevo&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; id=&#38;quot;&#60;/span&#62;nuevo&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; type=&#38;quot;&#60;/span&#62;button&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; class=&#38;quot;&#60;/span&#62;boton&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;							   onFocus=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'selBoton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;                 			   onBlur=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'boton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;			                   onMouseOver=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'selBoton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;                 			   onMouseOut=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'boton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;							   onClick=&#38;quot;&#60;/span&#62;limpia&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;							   value=&#38;quot;&#60;/span&#62;Nuevo&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;			&#38;lt;/div&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;	  &#38;lt;/td&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;      &#38;lt;td&#38;gt;&#38;lt;div align=&#38;quot;&#60;/span&#62;center&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#38;lt;input name=&#38;quot;&#60;/span&#62;btnBorrar&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; id=&#38;quot;&#60;/span&#62;borrar&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; type=&#38;quot;&#60;/span&#62;button&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; class=&#38;quot;&#60;/span&#62;boton&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;							   onFocus=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'selBoton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;                 			   onBlur=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'boton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;			                   onMouseOver=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'selBoton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;                 			   onMouseOut=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'boton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;							   onClick=&#38;quot;&#60;/span&#62;borra&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;							   value=&#38;quot;&#60;/span&#62;Borrar&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; &#38;lt;%=cadBorra%&#38;gt;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;			&#38;lt;/div&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;	  &#38;lt;/td&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;      &#38;lt;td&#38;gt;&#38;lt;div align=&#38;quot;&#60;/span&#62;center&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#38;lt;input name=&#38;quot;&#60;/span&#62;btnGrabar&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; id=&#38;quot;&#60;/span&#62;grabar&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; type=&#38;quot;&#60;/span&#62;button&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; class=&#38;quot;&#60;/span&#62;boton&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;							   onFocus=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'selBoton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;                 			   onBlur=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'boton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;			                   onMouseOver=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'selBoton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;                 			   onMouseOut=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'boton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;							   onClick=&#38;quot;&#60;/span&#62;valida&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;							   value=&#38;quot;&#60;/span&#62;Grabar&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;			&#38;lt;/div&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;	  &#38;lt;/td&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;    &#38;lt;/tr&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;    &#38;lt;tr class=&#38;quot;&#60;/span&#62;sepTabla&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;      &#38;lt;td colspan=&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;3&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt; &#38;lt;/td&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;    &#38;lt;/tr&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;  &#38;lt;/table&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;   &#38;lt;%&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;  if(externo&#38;gt;0){&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;  %&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;  &#38;lt;table  width=&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;615&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; align=&#38;quot;&#60;/span&#62;center&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;    &#38;lt;div align=&#38;quot;&#60;/span&#62;right&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;     &#38;lt;input name=&#38;quot;&#60;/span&#62;cerrar&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; type=&#38;quot;&#60;/span&#62;button&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; class=&#38;quot;&#60;/span&#62;Boton&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; id=&#38;quot;&#60;/span&#62;cerrar&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot; OnClick=&#38;quot;&#60;/span&#62;cierra&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;                       onFocus=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'selBoton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;                       onBlur=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'boton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;                       onMouseOver=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'selBoton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;                       onMouseOut=&#38;quot;&#60;/span&#62;highlightButton&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'boton'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;                       value=&#38;quot;&#60;/span&#62;Cerrar Ventana&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;     &#38;lt;/div&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;  &#38;lt;/table&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;  &#38;lt;%&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;  }&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;  %&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;  &#38;lt;/form&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;lt;/body&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;lt;/html&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>lineadecodigo on "como trabajo en java jdk"</title>
			<link>http://www.dudasprogramacion.com/topic/como-trabajo-en-java-jdk#post-540</link>
			<pubDate>Fri, 09 Jul 2010 20:01:05 +0000</pubDate>
			<dc:creator>lineadecodigo</dc:creator>
			<guid isPermaLink="false">540@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;@jeremias10,&#60;/p&#62;
&#60;p&#62;Un ejemplo de como compilar tu primer programa en Java&#60;br /&#62;
&#60;a href=&#34;http://www.manualweb.net/java/mi-primera-aplicacion-java/&#34; rel=&#34;nofollow&#34;&#62;http://www.manualweb.net/java/mi-primera-aplicacion-java/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Si bien, te recomiendo que te descargues el entorno Eclipse para programar de una forma más sencilla.&#60;br /&#62;
&#60;a href=&#34;http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/heliosr&#34; rel=&#34;nofollow&#34;&#62;http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/heliosr&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeremias10 on "como trabajo en java jdk"</title>
			<link>http://www.dudasprogramacion.com/topic/como-trabajo-en-java-jdk#post-539</link>
			<pubDate>Fri, 09 Jul 2010 15:59:34 +0000</pubDate>
			<dc:creator>jeremias10</dc:creator>
			<guid isPermaLink="false">539@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;hola  a todos, bueno como dije antes, voy a empezar a programar en java jdk. y no se como empezar, bueno para empezar ya istalte java jdk en mi pc,&#60;br /&#62;
ahora no se como abrir java para poder programar en el, y copilar,&#60;br /&#62;
alguien me podria orientar un poco mas,&#60;/p&#62;
&#60;p&#62;primero q me diga como entrar a java para ingresar mi codigo y luego&#60;br /&#62;
como copilar en el.&#60;br /&#62;
y algun manual para aprender, yo tengo un libro que me compre de java&#60;br /&#62;
el autor es PAUL S. WANG,&#60;/p&#62;
&#60;p&#62;espero sus ayuda gracias,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fiurer87 on "manual de JAVA"</title>
			<link>http://www.dudasprogramacion.com/topic/manual-de-java#post-538</link>
			<pubDate>Thu, 01 Jul 2010 15:18:00 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">538@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Buen libro:&#60;br /&#62;
  - Como Programar en JAVA. Deitel &#38;amp; Deitel.&#60;/p&#62;
&#60;p&#62;JAVA:&#60;br /&#62;
  - Usar el JDK en su ultima version, puedes descargar de la web de JAVA.&#60;/p&#62;
&#60;p&#62;IDEs de desarrollo:&#60;br /&#62;
  - BlueJ. Muy bueno para comenzar.&#60;br /&#62;
  - Eclipse. Un entorno amigable..&#60;br /&#62;
  - NetBeans. Un entorno serio y muy potente.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeremias10 on "manual de JAVA"</title>
			<link>http://www.dudasprogramacion.com/topic/manual-de-java#post-537</link>
			<pubDate>Tue, 29 Jun 2010 17:58:08 +0000</pubDate>
			<dc:creator>jeremias10</dc:creator>
			<guid isPermaLink="false">537@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;SALU2 a todos los lectores, bueno la verdad es que ya termino el semestre en la universidad, y gane el curso de programacion en C++.&#60;br /&#62;
ahora me toca el curso de JAVA, y la verdad quisiera saber todo lo de java, y me gustaria si pudieran darme un manual en español de JAVA, y si no es mucho pedir el software mas usado de JAVA, les agradezco sus ayuda gracias,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hluna88 on "propiedades de imagen con css en flash"</title>
			<link>http://www.dudasprogramacion.com/topic/propiedades-de-imagen-con-css-en-flash#post-536</link>
			<pubDate>Fri, 25 Jun 2010 16:48:02 +0000</pubDate>
			<dc:creator>hluna88</dc:creator>
			<guid isPermaLink="false">536@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Saludos amigos, necesito ayuda con un problema que no me deja concluir mi trabajo, estoy haciendo un banner en flash, el cual carga datos de texto e imagenes desde un archivo xml, el problema es que al cargar las imagenes no las escala al tamaño del movieclip donde las inserto, en otros foros solo me han sugerido que el tamaño de la imagen se la determine antes, pero el asunto es que este banner se va a conectar a un sistema, en el cual el usuario subirá la imagen, no importando el tamaño, por eso es importante que el flash o el xml la escale, la verdad no se mucho de xml, y no tengo idea de como asignarle esas propiedades y en el AS no pude hacerlo ya que la variable de donde importo la imagen es de tipo string, me imagino que por eso no la escala.&#60;br /&#62;
La idea es importar un css al flash, el cual asigne las propiedades de la imagen, pero no se como importarlo, alguien me puede ayudar???&#60;/p&#62;
&#60;p&#62;por favor denme sugerencias de antemano se los agradezco
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lineadecodigo on "Como capturar el evento de la tecla F5 en Firefox"</title>
			<link>http://www.dudasprogramacion.com/topic/como-capturar-el-evento-de-la-tecla-f5-en-firefox#post-535</link>
			<pubDate>Fri, 25 Jun 2010 12:05:54 +0000</pubDate>
			<dc:creator>lineadecodigo</dc:creator>
			<guid isPermaLink="false">535@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;@Torres,&#60;/p&#62;
&#60;p&#62;Muy buen aporte. Voy a ver si escribo algo de esto en el blog. Es muy interesante.&#60;br /&#62;
Muchas gracias.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Torres on "Como capturar el evento de la tecla F5 en Firefox"</title>
			<link>http://www.dudasprogramacion.com/topic/como-capturar-el-evento-de-la-tecla-f5-en-firefox#post-534</link>
			<pubDate>Fri, 25 Jun 2010 07:34:14 +0000</pubDate>
			<dc:creator>Torres</dc:creator>
			<guid isPermaLink="false">534@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;De nada!&#60;/p&#62;
&#60;p&#62;A mi también me ha servido, siempre se aprende algo googleando un rato...jeje.&#60;/p&#62;
&#60;p&#62;Un saludo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eden on "Como capturar el evento de la tecla F5 en Firefox"</title>
			<link>http://www.dudasprogramacion.com/topic/como-capturar-el-evento-de-la-tecla-f5-en-firefox#post-533</link>
			<pubDate>Thu, 24 Jun 2010 21:30:55 +0000</pubDate>
			<dc:creator>Eden</dc:creator>
			<guid isPermaLink="false">533@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Torres, muchas gracias. Me ha servido de mucho tu ayuda.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Torres on "Como capturar el evento de la tecla F5 en Firefox"</title>
			<link>http://www.dudasprogramacion.com/topic/como-capturar-el-evento-de-la-tecla-f5-en-firefox#post-532</link>
			<pubDate>Thu, 24 Jun 2010 12:30:44 +0000</pubDate>
			<dc:creator>Torres</dc:creator>
			<guid isPermaLink="false">532@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;No maneja keyCode Firefox, usa which. Ademas si usas el evento keyPress da problemas en algunas versiones de Firefox porque devuelve 0 como código de la tecla. Usa keyUp o keyDown, bueno en tu caso keyDown para que no se actualice la página antes de ejecutar el evento.&#60;/p&#62;
&#60;p&#62;Aquí explican bien todas las posibilidades: &#60;a href=&#34;http://www.quirksmode.org/js/keys.html&#34; rel=&#34;nofollow&#34;&#62;http://www.quirksmode.org/js/keys.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Una solución para que te funcione en ambos:&#60;/p&#62;
&#60;pre class=&#34;html4strict&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/html.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;html&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/body.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;body&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/script.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;script&#60;/span&#62;&#60;/a&#62; &#60;span style=&#34;color: #000066;&#34;&#62;language&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;javascript&#38;quot;&#60;/span&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;function keypres(e) {&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;alert(e.which)&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62; var code = (e.keyCode ? e.keyCode : e.which);&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62; if(code == 116) { //f5&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;   alert(&#38;quot;buena&#38;quot;);&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62; }&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;}&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;&#60;a href=&#34;http://december.com/html/4/element/script.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;script&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/input.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;input&#60;/span&#62;&#60;/a&#62; &#60;span style=&#34;color: #000066;&#34;&#62;type&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;text&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;maxlength&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;10&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;name&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;usu&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;size&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;10&#38;quot;&#60;/span&#62; &#60;span style=&#34;color: #000066;&#34;&#62;onKeyDown&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;keypres(event)&#38;quot;&#60;/span&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;&#60;a href=&#34;http://december.com/html/4/element/body.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;body&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;&#60;a href=&#34;http://december.com/html/4/element/html.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;html&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/pre&#62;
&#60;p&#62;Un saludo y espero que te sirva
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eden on "Como capturar el evento de la tecla F5 en Firefox"</title>
			<link>http://www.dudasprogramacion.com/topic/como-capturar-el-evento-de-la-tecla-f5-en-firefox#post-531</link>
			<pubDate>Thu, 24 Jun 2010 12:00:57 +0000</pubDate>
			<dc:creator>Eden</dc:creator>
			<guid isPermaLink="false">531@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Hola a todos, necesito saber como se captura el evento de apretar el F5 en un firefox.&#60;/p&#62;
&#60;p&#62;Se que en IE se hace asi&#60;br /&#62;
if(window.event.keyCode=='116')&#60;/p&#62;
&#60;p&#62;Pero en firefox no tengo ni idea, espero que me podais ayudar.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fiurer87 on "Abrir un Archivo, sin Guardar como"</title>
			<link>http://www.dudasprogramacion.com/topic/abrir-un-archivo-sin-guardar-como#post-530</link>
			<pubDate>Tue, 22 Jun 2010 19:33:28 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">530@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;intenta con include de php.&#60;/p&#62;
&#60;p&#62;&#38;lt;?php include(&#34;algunArchivo.algo&#34;); ?&#38;gt; &#60;/p&#62;
&#60;p&#62;//esto imprimira en pantalla el contenido de tu archivo de texto sea cual sea su extension, no lo probe bien con binarios.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fiurer87 on "Frames y Tablas"</title>
			<link>http://www.dudasprogramacion.com/topic/frames-y-tablas#post-529</link>
			<pubDate>Tue, 22 Jun 2010 19:27:37 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">529@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;intenta con iframe que tiene automaticamente scroll&#60;/p&#62;
&#60;pre lang=&#34;html4strict&#34;&#62;
&#38;lt;table align=&#34;center&#34; width=&#34;70%&#34;&#38;gt;
&#38;lt;tr&#38;gt;
   &#38;lt;td&#38;gt;
         &#38;lt;iframe id='uno' name='uno' src=&#34;uno.html&#34;&#38;gt;&#38;lt;/iframe&#38;gt;
   &#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;tr&#38;gt;
   &#38;lt;td&#38;gt;
         &#38;lt;iframe id='dos' name='dos' src=&#34;dos.html&#34;&#38;gt;&#38;lt;/iframe&#38;gt;
   &#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;tr&#38;gt;
   &#38;lt;td&#38;gt;
         &#38;lt;iframe id='tres' name='tres' src=&#34;tres.html&#34;&#38;gt;&#38;lt;/iframe&#38;gt;
   &#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;/table&#38;gt;
&#60;/pre&#62;
&#60;pre&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
