<?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 Topics</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 22:23:56 +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/topics" rel="self" type="application/rss+xml" />

		<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>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>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>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>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>cheeba on "Frames y Tablas"</title>
			<link>http://www.dudasprogramacion.com/topic/frames-y-tablas#post-525</link>
			<pubDate>Mon, 21 Jun 2010 14:18:41 +0000</pubDate>
			<dc:creator>cheeba</dc:creator>
			<guid isPermaLink="false">525@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola, puedo poner un frame dentro de una tabla?<br />
sino, como puedo conseguir que mi web de tres frames quede centrada? y como le pongo un marco sin que por el hecho de tener frames quede partido (ese marco lo tengo en .gif)?<br />
como puedo poner un scroll en una celda de una tabla?
</p></description>
		</item>
		<item>
			<title>jabnsg on "Ocultar un radio button sin comentarlo."</title>
			<link>http://www.dudasprogramacion.com/topic/ocultar-un-radio-button-sin-comentarlo#post-509</link>
			<pubDate>Wed, 16 Jun 2010 11:08:35 +0000</pubDate>
			<dc:creator>jabnsg</dc:creator>
			<guid isPermaLink="false">509@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola a todos.</p>
<p>Me gustaría en mi página web ocultar un radio button sin utilizar la sentencia &#60;!--- ---&#62;, sé que los espacios para rellenarlos se hacen con type="hidden", pero tengo la siguiente sentencia de código</p>
<pre class="html4strict" style="font-family:monospace;"><span style="color: #ddbb00;">&amp;#60;</span>input type=&quot;radio&quot; value=&quot;1&quot; name=&quot;C1&quot; <span style="color: #ddbb00;">&amp;#60;</span>% Response.Write strC1%<span style="color: #ddbb00;">&amp;#62;&amp;#62;</span></pre>
<p>Alguién sabría como ocultar en mi página web este radio button??. Muchas Gracias. Un saludo.</p>
<p>JUAN ANTONIO BENITO
</p></description>
		</item>
		<item>
			<title>Mortimer Brewster II on "Incrustar imágenes"</title>
			<link>http://www.dudasprogramacion.com/topic/incrustar-imagenes#post-499</link>
			<pubDate>Sat, 12 Jun 2010 13:02:52 +0000</pubDate>
			<dc:creator>Mortimer Brewster II</dc:creator>
			<guid isPermaLink="false">499@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola.-</p>
<p>Hace tiempo leí en un sitio que gracias al XML se podían incrustar imágenes en un documento XML y pasar esa información en HTML o algo parecido.</p>
<p>LLevo ya varios días buscando en Internet y no encuentro nada al respecto. ¿Sabeis algo de como se pueden añadir, incrustar o algo así imágenes en XML?</p>
<p>Gracias por adelantado.
</p></description>
		</item>
		<item>
			<title>lordjc on "Imagenes HTML en JSF"</title>
			<link>http://www.dudasprogramacion.com/topic/imagenes-html-en-jsf#post-455</link>
			<pubDate>Tue, 25 May 2010 23:46:06 +0000</pubDate>
			<dc:creator>lordjc</dc:creator>
			<guid isPermaLink="false">455@http://www.dudasprogramacion.com/</guid>
			<description><p>Hay alguna forma que que yo pueda poner imagenes(con formato html es decir&#60;img src...&#62;) en una pagina jsf? pues lo que sucede es que las pongo y no se muestran, si aexiste alguna forma por favor diganmelo, pues se que para jsf se usa el objeto h:graphicImage pero me interesaria saber si es que se puede o no ponerlas con formato html.
</p></description>
		</item>
		<item>
			<title>Luchex on "Imágenes en botones"</title>
			<link>http://www.dudasprogramacion.com/topic/imagenes-en-botones#post-233</link>
			<pubDate>Fri, 09 Oct 2009 21:20:24 +0000</pubDate>
			<dc:creator>Luchex</dc:creator>
			<guid isPermaLink="false">233@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola<br />
¿Como puedo agregar imagenes sobre los botones?</p>
<p>gracias
</p></description>
		</item>
		<item>
			<title>NumberOne on "ENVIAR UN FORMULARIO VARIAS VECES CON UN CLICK"</title>
			<link>http://www.dudasprogramacion.com/topic/enviar-un-formulario-varias-veces-con-un-click#post-402</link>
			<pubDate>Tue, 18 May 2010 14:16:02 +0000</pubDate>
			<dc:creator>NumberOne</dc:creator>
			<guid isPermaLink="false">402@http://www.dudasprogramacion.com/</guid>
			<description><p>pues yo keria hallar la forma de ke al pulsar el boton enviar de un formulario el click cuente como si fueran x veces (ke yo kiera)</p>
<p>hay ke enviar 4 datos para el ke digo yo: nombre,contraseña,dato1,dato2 y cada vez ke kiero por ejemplo enviar varias veces el mismo dato tengo ke darle al boton enviar,atras en el navegador y volver a darle a enviar y asi.</p>
<p>por ejemplo ke me aparezcan las 4 casillas como para enviar el formulario normal, y ke me aparezca una quinta casilla ke ponga &#34;NUMERO DE VECES A ENVIAR&#34; o algo asi y yo escribo un numero y ke al darle a enviar me lo envie esas veces (pero no digo ke me abra ese numero de ventanas sino ke ejecute el proceso sobre una misma ventana o sobre otra diferente ke se abra)</p>
<p>me aconsejaron ke lo hiciera en JavaScript con un bucle for que ejecute 5 submit, perono se como se hace. alguien me hecha una mano?
</p></description>
		</item>
		<item>
			<title>polojr on "Modificar muchos html en lote"</title>
			<link>http://www.dudasprogramacion.com/topic/modificar-muchos-html-en-lote#post-379</link>
			<pubDate>Tue, 27 Apr 2010 19:35:04 +0000</pubDate>
			<dc:creator>polojr</dc:creator>
			<guid isPermaLink="false">379@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola a todos.<br />
En primer lugar quiero felicitar el webmaster de la web por la generosidad que demuestra al ofrecer sus conocimientos a todo el mundo.</p>
<p>Me gustaría plantearos algo que quiero hacer, y que no sé como llevarlo a cabo. Si alguien sabe cómo o puede darme alguna directriz le estaría muy agradecido. </p>
<p>Seré breve:</p>
<p>Tengo una gran cantidad de páginas html, supongamos 2.000.<br />
Y tengo una lista de lineas de código en .txt, supongamos también 2000 lineas.</p>
<p>Lo que necesito es saber cómo puedo automatizar el trabajo de que se generen, a partir de las 2000 paginas &#34;origen&#34; otras 2000 &#34;destino&#34; en las que la única diferencia es:</p>
<p>1.html + linea 1 del txt ------&#62; 1.html (nueva html)<br />
2.html + linea 2 del txt ------&#62; 2.html (nueva html)<br />
....<br />
....<br />
....<br />
2000.html + linea 2000 del txt----&#62; 2000.html (nueva html)</p>
<p>En todos los casos la nueva línea se introduciría en el mismo sitio en las respectivas html, por ejemplo, en la línea 108 de las html origen o en algún punto indicado por etiquetas, por ejemplo antes del &#60;/body&#62;</p>
<p>He probado con varios programas que añaden un mismo código en lote a mucha html, pero no me sirve pues en mi caso el código a añadir es una linea distinta para cada html.</p>
<p>¿Es esto posible? Me ahorarría muchísimo trabajo, pues realmente no tengo 2000 html que modificar sino varios cientos de grupos entre 500 y 3000 html cada uno de esos grupos.</p>
<p>¡Gracias!<br />
Jose.
</p></description>
		</item>
		<item>
			<title>julitof on "añadir musica de fondo en mi web"</title>
			<link>http://www.dudasprogramacion.com/topic/anadir-musica-de-fondo-en-mi-web#post-376</link>
			<pubDate>Mon, 26 Apr 2010 09:27:18 +0000</pubDate>
			<dc:creator>julitof</dc:creator>
			<guid isPermaLink="false">376@http://www.dudasprogramacion.com/</guid>
			<description><p>como puedo poner musica en mi pagina web de forma que siempre este sonando como musica de fonfo?</p>
<p>gracias de antemano.
</p></description>
		</item>

	</channel>
</rss>

