<?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; Tag: HTML - Recent Posts</title>
		<link>http://www.dudasprogramacion.com/tags/html</link>
		<description>Dudas sobre lenguajes y apis de programación</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 21:04:46 +0000</pubDate>
		<generator>bbpress 1.1</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/tags/html" rel="self" type="application/rss+xml" />

		<item>
			<title>lineadecodigo on "condicionar elementos de un formulario html"</title>
			<link>http://www.dudasprogramacion.com/topic/condicionar-elementos-de-un-formulario-html#post-987</link>
			<pubDate>Mon, 07 Nov 2011 14:45:59 +0000</pubDate>
			<dc:creator>lineadecodigo</dc:creator>
			<guid isPermaLink="false">987@http://www.dudasprogramacion.com/</guid>
			<description><p>@nelionuser,</p>
<p>Puedes encontrar un ejemplo para mostrar y ocultar elementos con HTML en<br />
<a href="http://lineadecodigo.com/css/ocultar-imagenes-con-css/" rel="nofollow">http://lineadecodigo.com/css/ocultar-imagenes-con-css/</a></p>
<p>(Aunque es con una imagen, solo tienes que cambiarlo por el formulario).</p>
<p>Si quieres apoyarte en jQuery puedes hacerlo de la siguiente manera:<br />
<a href="http://lineadecodigo.com/jquery/ocultar-y-mostrar-elementos-con-jquery/" rel="nofollow">http://lineadecodigo.com/jquery/ocultar-y-mostrar-elementos-con-jquery/</a></p>
<p>Espero que te sirva de ayuda.
</p></description>
		</item>
		<item>
			<title>nelionuser on "condicionar elementos de un formulario html"</title>
			<link>http://www.dudasprogramacion.com/topic/condicionar-elementos-de-un-formulario-html#post-985</link>
			<pubDate>Thu, 03 Nov 2011 07:32:19 +0000</pubDate>
			<dc:creator>nelionuser</dc:creator>
			<guid isPermaLink="false">985@http://www.dudasprogramacion.com/</guid>
			<description><p>Funciona con un href ??? osea con un link que al darle clic lo muestre u oculte ciertos elementos de un formulario html????
</p></description>
		</item>
		<item>
			<title>lineadecodigo on "como enviar un formulario hecho con javascript"</title>
			<link>http://www.dudasprogramacion.com/topic/como-enviar-un-formulario-hecho-con-javascript#post-962</link>
			<pubDate>Wed, 07 Sep 2011 10:02:01 +0000</pubDate>
			<dc:creator>lineadecodigo</dc:creator>
			<guid isPermaLink="false">962@http://www.dudasprogramacion.com/</guid>
			<description><p>@cipilusca,</p>
<p>Si lo quieres enviar directamente en HTML tienes que poner el atributo name con un valor dentro de los campos input.</p>
<pre class="html4strict" style="font-family:monospace;"><span style="color: #ddbb00;">&amp;#60;</span>input name=&quot;precioplatanos&quot; value=&quot;&quot;/<span style="color: #ddbb00;">&amp;#62;</span></pre>
<p>Tienes un ejemplo de envío en <a href="http://lineadecodigo.com/html/enviar-emails-desde-una-pagina-web/" rel="nofollow">http://lineadecodigo.com/html/enviar-emails-desde-una-pagina-web/</a></p>
<p>Espero que esto te vaya ayudando.
</p></description>
		</item>
		<item>
			<title>Johnetta on "Capturar computer name desde Javascript"</title>
			<link>http://www.dudasprogramacion.com/topic/capturar-computer-name-desde-javascript#post-958</link>
			<pubDate>Sun, 28 Aug 2011 02:11:56 +0000</pubDate>
			<dc:creator>Johnetta</dc:creator>
			<guid isPermaLink="false">958@http://www.dudasprogramacion.com/</guid>
			<description><p>Si te refieres al equipo del usuario... necesitas hacer algo en Java.
</p></description>
		</item>
		<item>
			<title>cipilusca on "como enviar un formulario hecho con javascript"</title>
			<link>http://www.dudasprogramacion.com/topic/como-enviar-un-formulario-hecho-con-javascript#post-956</link>
			<pubDate>Sun, 21 Aug 2011 17:57:50 +0000</pubDate>
			<dc:creator>cipilusca</dc:creator>
			<guid isPermaLink="false">956@http://www.dudasprogramacion.com/</guid>
			<description><p>Tengo el siguiente formulario de productos con los precios, subtotales y total final y quiero enviar la informacion para que me llegue a mi mail par ver lo que ha pedido el cliente. Podrian ayudarme a insertar el boton de envio que recopile toda la informacion sobre el producto elegido, la cantidad y el precio final. Este es el codigo donde he insertado un boton Enviar pero no me llega nada en el mail, me llega vacio.</p>
<pre class="html4strict" style="font-family:monospace;">&nbsp;
<span style="color: #ddbb00;">&amp;#60;</span>form action=&quot;mailto:pedidos@frescoysabroso.es&quot; method=&quot;get&quot; enctype=&quot;text/plain&quot;<span style="color: #ddbb00;">&amp;#62;</span>
&nbsp;
<span style="color: #ddbb00;">&amp;#60;</span>table width=&quot;620&quot; height=&quot;319&quot;<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td width=&quot;168&quot;<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td width=&quot;92&quot;<span style="color: #ddbb00;">&amp;#62;</span>Cantidad<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td width=&quot;106&quot;<span style="color: #ddbb00;">&amp;#62;</span>Precio<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td width=&quot;327&quot;<span style="color: #ddbb00;">&amp;#62;</span>Total<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span>Platanos<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;text&quot; size=&quot;3&quot; id=&quot;platanos&quot; value=&quot;0&quot; onChange=&quot;calculo(this.value,precioplatanos.value,totalplatanos,total);&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
kg.<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;hidden&quot; id=&quot;precioplatanos&quot; value=&quot;1.6&quot;/<span style="color: #ddbb00;">&amp;#62;</span>
1,6<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;text&quot; size=&quot;8&quot; id=&quot;totalplatanos&quot; value=&quot;0&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
€ <span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span>Manzanas<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;text&quot; size=&quot;3&quot; id=&quot;manzanas&quot; value=&quot;0&quot; onChange=&quot;calculo(this.value,preciomanzanas.value,totalmanzanas,total);&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
kg.<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;hidden&quot; id=&quot;preciomanzanas&quot; value=&quot;3&quot;/<span style="color: #ddbb00;">&amp;#62;</span>
3 <span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;text&quot; size=&quot;8&quot; id=&quot;totalmanzanas&quot; value=&quot;0&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
€ <span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span>Peras<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;text&quot; size=&quot;3&quot; id=&quot;peras&quot; value=&quot;0&quot; onChange=&quot;calculo(this.value,precioperas.value,totalperas,total);&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
kg.<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;hidden&quot; id=&quot;precioperas&quot; value=&quot;2&quot;/<span style="color: #ddbb00;">&amp;#62;</span>
2<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;text&quot; size=&quot;8&quot; id=&quot;totalperas&quot; value=&quot;0&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
€ <span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span>Uvas<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;text&quot; size=&quot;3&quot; id=&quot;uvas&quot; value=&quot;0&quot; onChange=&quot;calculo(this.value,preciouvas.value,totaluvas,total);&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
kg.<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;hidden&quot; id=&quot;preciouvas&quot; value=&quot;9&quot;/<span style="color: #ddbb00;">&amp;#62;</span>
9<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;text&quot; size=&quot;8&quot; id=&quot;totaluvas&quot; value=&quot;0&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
€ <span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span>Melón<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;text&quot; size=&quot;3&quot; id=&quot;melon&quot; value=&quot;0&quot; onChange=&quot;calculo(this.value,preciomelon.value,totalmelon,total);&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
pieza<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;hidden&quot; id=&quot;preciomelon&quot; value=&quot;4&quot;/<span style="color: #ddbb00;">&amp;#62;</span>
  4  <span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;text&quot; size=&quot;8&quot; id=&quot;totalmelon&quot; value=&quot;0&quot; /<span style="color: #ddbb00;">&amp;#62;</span>€<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>tr<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span>Melocotones<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;text&quot; size=&quot;3&quot; id=&quot;melocotones2&quot; value=&quot;0&quot; onChange=&quot;calculo(this.value,preciomelocotones.value,totalmelocotones,total);&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
  kg.<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;hidden&quot; id=&quot;preciomelocotones2&quot; value=&quot;5&quot;/<span style="color: #ddbb00;">&amp;#62;</span>
    5<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;text&quot; size=&quot;8&quot; id=&quot;totalmelocotones2&quot; value=&quot;0&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
    €<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>tr<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span>Melocotones<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;text&quot; size=&quot;3&quot; id=&quot;melocotones3&quot; value=&quot;0&quot; onChange=&quot;calculo(this.value,preciomelocotones.value,totalmelocotones,total);&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
  kg.<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;hidden&quot; id=&quot;preciomelocotones3&quot; value=&quot;5&quot;/<span style="color: #ddbb00;">&amp;#62;</span>
    5<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;text&quot; size=&quot;8&quot; id=&quot;totalmelocotones3&quot; value=&quot;0&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
    €<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>tr<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span>Melocotones<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;text&quot; size=&quot;3&quot; id=&quot;melocotones4&quot; value=&quot;0&quot; onChange=&quot;calculo(this.value,preciomelocotones.value,totalmelocotones,total);&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
  kg.<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;hidden&quot; id=&quot;preciomelocotones4&quot; value=&quot;5&quot;/<span style="color: #ddbb00;">&amp;#62;</span>
    5<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;text&quot; size=&quot;8&quot; id=&quot;totalmelocotones4&quot; value=&quot;0&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
    €<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>tr<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span>Melocotones<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;text&quot; size=&quot;3&quot; id=&quot;melocotones5&quot; value=&quot;0&quot; onChange=&quot;calculo(this.value,preciomelocotones.value,totalmelocotones,total);&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
  kg.<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;hidden&quot; id=&quot;preciomelocotones5&quot; value=&quot;5&quot;/<span style="color: #ddbb00;">&amp;#62;</span>
    5<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;text&quot; size=&quot;8&quot; id=&quot;totalmelocotones5&quot; value=&quot;0&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
    €<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>tr<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span>Cebolla<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;text&quot; size=&quot;3&quot; id=&quot;cebolla&quot; value=&quot;0&quot; onChange=&quot;calculo(this.value,preciocebolla.value,totalcebolla,total);&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
  kg.<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;hidden&quot; id=&quot;preciocebolla&quot; value=&quot;0.5&quot;/<span style="color: #ddbb00;">&amp;#62;</span>
    0,50<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>input type=&quot;text&quot; size=&quot;8&quot; id=&quot;totalcebolla&quot; value=&quot;0&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
    €<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span>Total<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>td<span style="color: #ddbb00;">&amp;#62;</span> <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;text&quot; id=&quot;total&quot; size=&quot;8&quot; value=&quot;0&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
€<span style="color: #ddbb00;">&amp;#60;</span>/td<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/tr<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/table<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>p<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>label<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;submit&quot; name=&quot;enviar&quot; id=&quot;enviar&quot; value=&quot;Enviar&quot; /<span style="color: #ddbb00;">&amp;#62;</span>
  <span style="color: #ddbb00;">&amp;#60;</span>/label<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/p<span style="color: #ddbb00;">&amp;#62;</span>
<span style="color: #ddbb00;">&amp;#60;</span>/form<span style="color: #ddbb00;">&amp;#62;</span></pre></description>
		</item>
		<item>
			<title>danco_rix@hotmail.com on "funcion autocomplementar (html,jsp)"</title>
			<link>http://www.dudasprogramacion.com/topic/funcion-autocomplementar-htmljsp#post-952</link>
			<pubDate>Mon, 20 Jun 2011 14:35:07 +0000</pubDate>
			<dc:creator>danco_rix@hotmail.com</dc:creator>
			<guid isPermaLink="false">952@http://www.dudasprogramacion.com/</guid>
			<description><p>quiero hacer lo siguiente: desde una caja de texto vy a buscar usuarios q se encuentran en mi base de datos pero quiero q al teclear el usuario por ejemplo la J me aparesca en lista javier, jose, juan pero si tecleo jo q aparesca jose, joel, jose luis me explico... me urge si alguien puede ayudarme se lo agradecria muchisimo...gracias..
</p></description>
		</item>
		<item>
			<title>yoniti7784 on "me urge ayuda con un envio de datos a una pagina"</title>
			<link>http://www.dudasprogramacion.com/topic/me-urge-ayuda-con-un-envio-de-datos-a-una-pagina#post-926</link>
			<pubDate>Sun, 08 May 2011 22:56:05 +0000</pubDate>
			<dc:creator>yoniti7784</dc:creator>
			<guid isPermaLink="false">926@http://www.dudasprogramacion.com/</guid>
			<description><p>Buenas necesito ayuda con un Radio de html + php y jquery....<br />
tengo lo siguiente:::<br />
en php</p>
<pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">while</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$reg</span><span style="color: #339933;">=</span><a href="http://www.php.net/mysql_fetch_array"><span style="color: #990000;">mysql_fetch_array</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$respuesta</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
     <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&amp;#60;input type='hidden' name='nombre' value='.<span style="color: #006699; font-weight: bold;">$reg</span>['idusuario'].'&amp;#62;&quot;</span><span style="color: #339933;">;</span>
     <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&amp;#60;input type='radio'&amp;#62; nombre : &quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$reg</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'nom_usuario'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre>
<p>como son varios registros solo cuando lo envio en el submit aquí tengo un script</p>
<pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">function</span> FormularioUsuarios<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
    $.<span style="color: #660066;">post</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'Conexiones/calendario.php'</span><span style="color: #339933;">,</span>
           <span style="color: #009900;">&#123;</span>info<span style="color: #339933;">:</span> form_seleccion.<span style="color: #660066;">nombre</span>.<span style="color: #660066;">value</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span>
           <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>output<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
                $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.calendario'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span>output<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">show</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;slow&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
           <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre>
<p>al momento de capturarlo en 'pagina1.php' lo ago asi:</p>
<pre class="php" style="font-family:monospace;"><span style="color: #000088;">$captura</span><span style="color: #339933;">=</span> <a href="http://www.php.net/mysql_real_escape_string"><span style="color: #990000;">mysql_real_escape_string</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'info'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre>
<p>y me marca error de que no se pudo mostrar.<br />
el problema ya se cual es, lo que no se es la solución.<br />
Lo he conseguido enviar quitando el 'input&#62;hidden' del 'WHILE' y poniendolo fuera.<br />
al parecer no puedo enviar más de un 'name' por este script.</p>
<p>espero me haya explicado bien, sin mas que decir gracias.
</p></description>
		</item>
		<item>
			<title>josep on "SUBIR VIDEOS A MI WEB(HTML)"</title>
			<link>http://www.dudasprogramacion.com/topic/subir-videos-a-mi-webhtml#post-890</link>
			<pubDate>Fri, 04 Mar 2011 11:13:41 +0000</pubDate>
			<dc:creator>josep</dc:creator>
			<guid isPermaLink="false">890@http://www.dudasprogramacion.com/</guid>
			<description><p>Has solucionado el problema del video?
</p></description>
		</item>
		<item>
			<title>Torres on "SUBIR VIDEOS A MI WEB(HTML)"</title>
			<link>http://www.dudasprogramacion.com/topic/subir-videos-a-mi-webhtml#post-822</link>
			<pubDate>Tue, 07 Dec 2010 07:38:47 +0000</pubDate>
			<dc:creator>Torres</dc:creator>
			<guid isPermaLink="false">822@http://www.dudasprogramacion.com/</guid>
			<description><p>Buenas</p>
<p>¿Con que navegador lo estás probando?
</p></description>
		</item>
		<item>
			<title>yuli96 on "SUBIR VIDEOS A MI WEB(HTML)"</title>
			<link>http://www.dudasprogramacion.com/topic/subir-videos-a-mi-webhtml#post-821</link>
			<pubDate>Mon, 06 Dec 2010 20:14:27 +0000</pubDate>
			<dc:creator>yuli96</dc:creator>
			<guid isPermaLink="false">821@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola! bueno yo nunca antes he hecho una pagina web,hasta ahora q nos toca como examen de informatica,la estamos haciendo en html de bloc de notas, quiero subir un video,voy a youtube,pego el codigo embed en el html,y cuando entro a la pagina no me sale, m sale un cuadro transparente y ariba en la esquina superior derecha un cuadrito blanco, intente pegar el "embed" de otra pagina, pero me sale un cuadro negro que no repreoduce elvideo, y ariba en la esquina superior derecha m sale el mismo cuadrito blanco.Los codigos q pege fueron:</p>
<pre class="html4strict" style="font-family:monospace;"><span style="color: #ddbb00;">&amp;#60;</span>iframe frameborder=&quot;0&quot; width=&quot;560&quot; height=&quot;314&quot; src=&quot;http://www.dailymotion.com/embed/video/xdilcu?width=560<span style="color: #ddbb00;">&amp;#38;</span>theme=none<span style="color: #ddbb00;">&amp;#38;</span>foreground=%23F7FFFD<span style="color: #ddbb00;">&amp;#38;</span>highlight=%23FFC300<span style="color: #ddbb00;">&amp;#38;</span>background=%23171D1B<span style="color: #ddbb00;">&amp;#38;</span>start=<span style="color: #ddbb00;">&amp;#38;</span>animatedTitle=<span style="color: #ddbb00;">&amp;#38;</span>iframe=1<span style="color: #ddbb00;">&amp;#38;</span>additionalInfos=0<span style="color: #ddbb00;">&amp;#38;</span>autoPlay=0<span style="color: #ddbb00;">&amp;#38;</span>hideInfos=0&quot;<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>/iframe<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>b<span style="color: #ddbb00;">&amp;#62;</span><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.dailymotion.com/video/xdilcu_justin-bieber-feat-jaden-smith-neve_music&quot;</span>&gt;</span>Justin Bieber (Feat. Jaden Smith)  Never Say Never<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span><span style="color: #ddbb00;">&amp;#60;</span>/b<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>i<span style="color: #ddbb00;">&amp;#62;</span>Cargado por <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.dailymotion.com/FDJC69&quot;</span>&gt;</span>FDJC69<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span>. - <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.dailymotion.com/mx/channel/music&quot;</span>&gt;</span>Videos de música, entrevistas a los artistas, conciertos y más.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span><span style="color: #ddbb00;">&amp;#60;</span>/i<span style="color: #ddbb00;">&amp;#62;</span>
&nbsp;
<span style="color: #ddbb00;">&amp;#60;</span>iframe frameborder=&quot;0&quot; width=&quot;320&quot; height=&quot;179&quot; src=&quot;http://www.dailymotion.com/embed/video/xdilcu?width=320<span style="color: #ddbb00;">&amp;#38;</span>theme=none<span style="color: #ddbb00;">&amp;#38;</span>foreground=%23F7FFFD<span style="color: #ddbb00;">&amp;#38;</span>highlight=%23FFC300<span style="color: #ddbb00;">&amp;#38;</span>background=%23171D1B<span style="color: #ddbb00;">&amp;#38;</span>start=<span style="color: #ddbb00;">&amp;#38;</span>animatedTitle=<span style="color: #ddbb00;">&amp;#38;</span>iframe=1<span style="color: #ddbb00;">&amp;#38;</span>additionalInfos=0<span style="color: #ddbb00;">&amp;#38;</span>autoPlay=0<span style="color: #ddbb00;">&amp;#38;</span>hideInfos=0&quot;<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>/iframe<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>b<span style="color: #ddbb00;">&amp;#62;</span><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.dailymotion.com/video/xdilcu_justin-bieber-feat-jaden-smith-neve_music&quot;</span>&gt;</span>Justin Bieber (Feat. Jaden Smith)  Never Say Never<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span><span style="color: #ddbb00;">&amp;#60;</span>/b<span style="color: #ddbb00;">&amp;#62;&amp;#60;</span>i<span style="color: #ddbb00;">&amp;#62;</span>Cargado por <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.dailymotion.com/FDJC69&quot;</span>&gt;</span>FDJC69<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span>. - <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.dailymotion.com/mx/channel/music&quot;</span>&gt;</span>Videos de música, entrevistas a los artistas, conciertos y más.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span><span style="color: #ddbb00;">&amp;#60;</span>/i<span style="color: #ddbb00;">&amp;#62;</span></pre>
<p>Luego intente subir el video directamente,como un archivo wmv, puse este codigo:</p>
<pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;\Nueva carpeta\neversyanever.wmv&quot;</span>&gt;</span>NEVER SAY NEVER (69kb fichero WMV)<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span></pre>
<p>Y no funciona, ya nose q hacer! ayuda porfavor!y noc como pasarles la direccion de la web, porque aun la tengo en html, o nose muy bien como explicarlo pero la direccion viene siendo:F:\Nueva carpeta\mipagina.html<br />
Si puedn tambien diganme como ponerlo q sea una verdadera direccion web, GRACIAS
</p></description>
		</item>
		<item>
			<title>evelin on "Como cargar una ventana nueva en un fichero html"</title>
			<link>http://www.dudasprogramacion.com/topic/como-cargar-una-ventana-nueva-en-un-fichero-html#post-778</link>
			<pubDate>Mon, 22 Nov 2010 21:10:30 +0000</pubDate>
			<dc:creator>evelin</dc:creator>
			<guid isPermaLink="false">778@http://www.dudasprogramacion.com/</guid>
			<description><p>El fichero tiene texto, pero al abrirse la página debe aparecer en la parte superior una nueva ventana pequeña que contiene un pequeño texto.<br />
A esta página se accede desde un hipervínculo de la página principal.<br />
No se si la función que crea a la ventana debo llamarla en la estructura del body, colocandole &#60;Body onload = "nombrefuncion()"&#62;, pero así no me funciona, como debo hacerlo?, la función ya la tengo hecha.<br />
No se si influye que ese fichero tiene que aparecer dentro de un frame de la página principal que es donde está el hipervínculo que lo llama.<br />
Por favor ayudadme.
</p></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><p>Gracias, pero estaba pensando en el nombre de la máquina del cliente.<br />
¿Se puede?
</p></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><p>Puedes obtener el nombre del host sobre el que se ejecuta la página</p>
<pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&amp;</span>#<span style="color: #CC0000;">60</span><span style="color: #339933;">;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&amp;</span>#<span style="color: #CC0000;">62</span><span style="color: #339933;">;</span>
 document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;El hostname de la URL es&quot;</span> <span style="color: #339933;">+</span> Location.<span style="color: #660066;">hostname</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #339933;">&amp;</span>#<span style="color: #CC0000;">60</span><span style="color: #339933;">;/</span>script<span style="color: #339933;">&amp;</span>#<span style="color: #CC0000;">62</span><span style="color: #339933;">;</span></pre>
<p><a href="http://w3api.com/wiki/DOM:Location.hostname" rel="nofollow">http://w3api.com/wiki/DOM:Location.hostname</a></p>
<p>Si te refieres al equipo del usuario... necesitas hacer algo en Java.
</p></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><p>Hola, </p>
<p>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). </p>
<p>Es esto posible desde Javascript.</p>
<p>Saludos
</p></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><p>intenta con iframe que tiene automaticamente scroll</p>
<pre lang="html4strict">
&#60;table align="center" width="70%"&#62;
&#60;tr&#62;
   &#60;td&#62;
         &#60;iframe id='uno' name='uno' src="uno.html"&#62;&#60;/iframe&#62;
   &#60;/td&#62;
&#60;/tr&#62;
&#60;tr&#62;
   &#60;td&#62;
         &#60;iframe id='dos' name='dos' src="dos.html"&#62;&#60;/iframe&#62;
   &#60;/td&#62;
&#60;/tr&#62;
&#60;tr&#62;
   &#60;td&#62;
         &#60;iframe id='tres' name='tres' src="tres.html"&#62;&#60;/iframe&#62;
   &#60;/td&#62;
&#60;/tr&#62;
&#60;/table&#62;
</pre>
<pre></pre></description>
		</item>

	</channel>
</rss>

