<?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: ajax - Recent Topics</title>
		<link>http://www.dudasprogramacion.com/tags/ajax</link>
		<description>Dudas sobre lenguajes y apis de programación</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 22:24:55 +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/ajax/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>galileo79 on "Problemas con Switch/Case en función ajax"</title>
			<link>http://www.dudasprogramacion.com/topic/problemas-con-switchcase-en-funcion-ajax#post-641</link>
			<pubDate>Wed, 20 Oct 2010 21:23:04 +0000</pubDate>
			<dc:creator>galileo79</dc:creator>
			<guid isPermaLink="false">641@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola:</p>
<p>Estoy teniendo un problema con  una función a ejectuar si ajax tiene exito. posteo el codigo, por favor si alguien me puede decir porque no funciona el switch/case de la funcion success estare muy agradecido. Noten que agregue una función alert(data) previa a la comparación del data con cada case del switch, esta función me demuestra que data vuelve con uno de los tres valores esperados (comun, administrador, moderador).</p>
<p>Codigo:</p>
<pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
   window.<span style="color: #000066;">onload</span> <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
   $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem2&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;none&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem3&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;none&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem4&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;none&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem5&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;none&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem6&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;none&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem7&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;none&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem8&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;none&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem9&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;none&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem10&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;none&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        $.<span style="color: #660066;">ajax</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
        type<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;GET&quot;</span><span style="color: #339933;">,</span>
        url<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;indexol.php&quot;</span><span style="color: #339933;">,</span>
        error<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span> <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Hubo un error en el script de Login!&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span>
        success<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>data<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
            <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>data <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;iniciado&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#loginwrapper&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;none&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#cerrarSesion&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            $.<span style="color: #660066;">ajax</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
               type<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;GET&quot;</span><span style="color: #339933;">,</span>
               url<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;usermenu.php&quot;</span><span style="color: #339933;">,</span>
               error<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span> <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Hubo un error en el script de Login (usermenu.php)!&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span>
               success<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>data<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
                    <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span>data<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                    <span style="color: #000066; font-weight: bold;">switch</span><span style="color: #009900;">&#40;</span>data<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
                        <span style="color: #000066; font-weight: bold;">case</span> <span style="color: #3366CC;">&quot;comun&quot;</span><span style="color: #339933;">:</span>
                            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem2&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem3&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem4&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem5&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                            <span style="color: #000066; font-weight: bold;">break</span><span style="color: #339933;">;</span>
                        <span style="color: #000066; font-weight: bold;">case</span> <span style="color: #3366CC;">&quot;administrador&quot;</span><span style="color: #339933;">:</span>
                            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem6&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem7&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem8&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem9&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem10&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                            <span style="color: #000066; font-weight: bold;">break</span><span style="color: #339933;">;</span>
                        <span style="color: #000066; font-weight: bold;">case</span> <span style="color: #3366CC;">&quot;moderador&quot;</span><span style="color: #339933;">:</span>
                            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem2&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem3&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem4&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                            $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#menuitem5&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;display&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;block&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                            <span style="color: #000066; font-weight: bold;">break</span><span style="color: #339933;">;</span>
                    <span style="color: #009900;">&#125;</span>
               <span style="color: #009900;">&#125;</span>
              <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #009900;">&#125;</span>
        <span style="color: #009900;">&#125;</span>
    <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> </pre>
<p>Fin de codigo.</p>
<p>Gracias.
</p></description>
		</item>
		<item>
			<title>sanref on "AJAX asíncrono"</title>
			<link>http://www.dudasprogramacion.com/topic/ajax-asincrono#post-338</link>
			<pubDate>Wed, 10 Mar 2010 15:35:03 +0000</pubDate>
			<dc:creator>sanref</dc:creator>
			<guid isPermaLink="false">338@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola, necesito que AJAX funcione de manera sincrona en Firefox. En Internet Explorer funciona muy bien de las dos maneras (sincrona y asincrona) pero en Firefox solo funciona de manera asincrona. Si alguine sabe como hacer para que funcione sincronamente, le agradeceria me desburre.</p>
<p>Gracias por su tiempo!!!!!
</p></description>
		</item>
		<item>
			<title>joskh on "Problema de refresco"</title>
			<link>http://www.dudasprogramacion.com/topic/problema-de-refresco#post-329</link>
			<pubDate>Wed, 03 Mar 2010 08:05:01 +0000</pubDate>
			<dc:creator>joskh</dc:creator>
			<guid isPermaLink="false">329@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola a todos estoy trabajando en una &#34;bolsa virtual de trabajo&#34; en java y con ajax el problema esque cuando quiero añadir o borrar datos abro un popup con un pequeño form y despues cuando le das a guardar recupera los datos en la pagina padre pero no se refresca la pagina como toca parece como si tuviera un retardo.</p>
<p>Por ejemplo si yo quiero añadir estudios, idiomas o cualquier otra cosa cuando le das a guardar no se visualiza que esta guardado,pero si yo le doy a refrescar la pagina me aparece el registro guardado.</p>
<p>Encontre una solución..Cuando le das a guardar datos con el evento onclick haga un refresco de la pagina y me funciona a la perfeccion pero lo suyo seria solo refrescar solo una parte de la pagina(se que se hace con ajax pero no sabria como) ¿podria haber alguna solucion?</p>
<p>Gracias !
</p></description>
		</item>
		<item>
			<title>fisgon on "Desesperado en SOAP a un WSDL con JavaScript!!!"</title>
			<link>http://www.dudasprogramacion.com/topic/desesperado-en-soap-a-un-wsdl-con-javascript-1#post-226</link>
			<pubDate>Mon, 21 Sep 2009 11:21:22 +0000</pubDate>
			<dc:creator>fisgon</dc:creator>
			<guid isPermaLink="false">226@http://www.dudasprogramacion.com/</guid>
			<description><p>Quiero hacer una llamada a un web service. Utilizo la libreria &#34;soapclient.js&#34; en <a href="http://www.guru4.net" rel="nofollow">http://www.guru4.net</a>:<br />
<a href="http://www.guru4.net/articoli/javascript-soap-client/en/" rel="nofollow">http://www.guru4.net/articoli/javascript-soap-client/en/</a></p>
<p>A través de un proxy ejecuto la comunicacion SOAP al estar el WSDL en otro servidor y conecta sin problemas.</p>
<p>Despues de hacer la conexion, el WSDL me tiene que devolver una respuesta en XML ... pero no. Me devuelve el WSDL directamente</p>
<p>La libreria js es:<br />
<a href="http://www.guru4.net/articoli/javascript-soap-client/demo/soapclient.js" rel="nofollow">http://www.guru4.net/articoli/javascript-soap-client/demo/soapclient.js</a></p>
<p>y el codigo mio de llamada en javascript es:</p>
<p>    function verDatosSOAP(metodo,valor)<br />
    {<br />
       var pl = new SOAPClientParameters();<br />
        aux = valor.split('&#124;');<br />
        //alert(aux.length);<br />
        for (x=0;x&#60;aux.length;x++) {<br />
            pl.add(&#34;in&#34;+x, aux[x]);<br />
        }<br />
        SOAPClient.invoke(url, metodo, pl, true, mostrarDatosSOAP);<br />
    }</p>
<p>    function mostrarDatosSOAP(r, soapResponse)<br />
    {<br />
        if (soapResponse.xml) {                // IE<br />
            respuesta = soapResponse.xml;<br />
        } else {                                       // OTROS<br />
            respuesta = (new XMLSerializer()).serializeToString(soapResponse);<br />
        }<br />
        alert(respuesta);<br />
    }<br />
    verDatosSOAP(&#34;listado&#34;,&#34;bbdd&#124;codigo&#124;valor&#34;);   // metodo, parametros</p>
<p>¿Que puede suceder? El WSDL que quiero llamar no precisa autenticacion</p>
<p>Gracias de antemano y un saludo
</p></description>
		</item>
		<item>
			<title>fisgon on "Desesperado en SOAP a un WSDL con JavaScript!!!"</title>
			<link>http://www.dudasprogramacion.com/topic/desesperado-en-soap-a-un-wsdl-con-javascript#post-225</link>
			<pubDate>Mon, 21 Sep 2009 11:20:14 +0000</pubDate>
			<dc:creator>fisgon</dc:creator>
			<guid isPermaLink="false">225@http://www.dudasprogramacion.com/</guid>
			<description><p>Quiero hacer una llamada a un web service. Utilizo la libreria &#34;soapclient.js&#34; en <a href="http://www.guru4.net" rel="nofollow">http://www.guru4.net</a>:<br />
<a href="http://www.guru4.net/articoli/javascript-soap-client/en/" rel="nofollow">http://www.guru4.net/articoli/javascript-soap-client/en/</a></p>
<p>A través de un proxy ejecuto la comunicacion SOAP al estar el WSDL en otro servidor y conecta sin problemas.</p>
<p>Despues de hacer la conexion, el WSDL me tiene que devolver una respuesta en XML ... pero no. Me devuelve el WSDL directamente</p>
<p>La libreria js es:<br />
<a href="http://www.guru4.net/articoli/javascript-soap-client/demo/soapclient.js" rel="nofollow">http://www.guru4.net/articoli/javascript-soap-client/demo/soapclient.js</a></p>
<p>y el codigo mio de llamada en javascript es:</p>
<p>    function verDatosSOAP(metodo,valor)<br />
    {<br />
       var pl = new SOAPClientParameters();<br />
        aux = valor.split('&#124;');<br />
        //alert(aux.length);<br />
        for (x=0;x&#60;aux.length;x++) {<br />
            pl.add(&#34;in&#34;+x, aux[x]);<br />
        }<br />
        SOAPClient.invoke(url, metodo, pl, true, mostrarDatosSOAP);<br />
    }</p>
<p>    function mostrarDatosSOAP(r, soapResponse)<br />
    {<br />
        if (soapResponse.xml) {                // IE<br />
            respuesta = soapResponse.xml;<br />
        } else {                                       // OTROS<br />
            respuesta = (new XMLSerializer()).serializeToString(soapResponse);<br />
        }<br />
        alert(respuesta);<br />
    }<br />
    verDatosSOAP(&#34;listado&#34;,&#34;bbdd&#124;codigo&#124;valor&#34;);   // metodo, parametros</p>
<p>¿Que puede suceder? El WSDL que quiero llamar no precisa autenticacion</p>
<p>Gracias de antemano y un saludo
</p></description>
		</item>
		<item>
			<title>jatg1410 on "Manual XHTML"</title>
			<link>http://www.dudasprogramacion.com/topic/manual-xhtml#post-174</link>
			<pubDate>Mon, 03 Aug 2009 18:58:24 +0000</pubDate>
			<dc:creator>jatg1410</dc:creator>
			<guid isPermaLink="false">174@http://www.dudasprogramacion.com/</guid>
			<description><p>Aquí les dejo enlace a este buen manual sobre el tema:</p>
<p><a href="http://sibucsc.cl/~miguelinux/docs/PDF/Libros/introduccion_xhtml_2caras.pdf" rel="nofollow">http://sibucsc.cl/~miguelinux/docs/PDF/Libros/introduccion_xhtml_2caras.pdf</a>
</p></description>
		</item>
		<item>
			<title>kinon on "actualizar select y dejar mismo valor jquery ajax"</title>
			<link>http://www.dudasprogramacion.com/topic/actualizar-select-y-dejar-mismo-valor-jquery-ajax#post-147</link>
			<pubDate>Fri, 03 Jul 2009 15:55:03 +0000</pubDate>
			<dc:creator>kinon</dc:creator>
			<guid isPermaLink="false">147@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola tengo un formulario con selects que lleno con ajax, pero necesito recargarlos cuando hago focus porque tienen mas información que relleno con otros formularios. Todo lo he logrado bien, pero esta parte me deja el primer valor que encuentra después de actualizar el select, alguien me puede ayudar? Que tiene de malo mi código? muchas gracias.</p>
<p>$(&#34;#campo&#34;).focus(function(){<br />
valor = $(this).val();<br />
$.post(&#34;backend.php&#34;,{hora:&#34;si&#34;},function(data){</p>
<p>$(&#34;#campo&#34;).html(data.ajustadores)<br />
},&#34;json&#34;);<br />
$('#campo').val(valor);<br />
});
</p></description>
		</item>
		<item>
			<title>admin on "Bienvenidos al foro Asynchronous JavaScript And XML (AJAX)"</title>
			<link>http://www.dudasprogramacion.com/topic/bienvenidos-al-foro-asynchronous-javascript-and-xml-ajax#post-9</link>
			<pubDate>Wed, 04 Mar 2009 00:05:09 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">9@http://www.dudasprogramacion.com/</guid>
			<description><p>Daros la bienvenida al foro sobre dudas de programación de aplicaciones asíncronas mediante Asynchronous JavaScript And XML (AJAX).
</p></description>
		</item>

	</channel>
</rss>

