<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1039234" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1039234</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/prototypejs-library-problem#comment-1223067</link>
    <description> &lt;p&gt;Ok, so for anyone who cares...&lt;/p&gt;
&lt;p&gt;Don&#039;t bother to use the IRC channel.  Most of the people there either repeat what the docs say, or are ... &quot;not nice&quot;.&lt;/p&gt;
&lt;p&gt;I fixed the problem myself, but stumbled upon it.  The way I fixed it is to use:&lt;br /&gt;
form header:&lt;br /&gt;
&lt;code&gt;c_top = &amp;#039;&amp;lt;form id=&amp;quot;popEdit&amp;quot; action=&amp;quot;http://consumer.myshoutoutloud.com/index.php&amp;quot; onsubmit=&amp;quot;sendData(); return false&amp;quot;&amp;gt;&amp;lt;table&amp;gt;&amp;#039;;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;sendData:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$(&amp;#039;popEdit&amp;#039;).request({&lt;br /&gt;		method: &amp;#039;get&amp;#039;,&lt;br /&gt;		onComplete: closeData,&lt;br /&gt;		onFailure: function(){ alert(&amp;#039;Something went wrong...&amp;#039;)}&lt;br /&gt;	});&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;And then I created an if statement on that same page, looking for the $auth var... if it existed, include the callback page.  &lt;/p&gt;
&lt;p&gt;Not the way it was supposed to happen, but this works like a charm.&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2007 05:51:47 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1223067 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/prototypejs-library-problem#comment-1222720</link>
    <description> &lt;p&gt;Ok, so it doesn&#039;t redirect the browser to the URL anymore, but it doesn&#039;t make the XML query either.&lt;/p&gt;
&lt;p&gt;form header:&lt;code&gt;c_top = &amp;#039;&amp;lt;form id=&amp;quot;popEdit&amp;quot; method=&amp;quot;GET&amp;quot; action=&amp;quot;http://www.myshoutoutloud.com/callback/editData.php&amp;quot; onSubmit=&amp;quot;sendData(); return false;&amp;quot;&amp;gt;&amp;lt;table&amp;gt;&amp;#039;;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;sendData(e):&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function sendData() {&lt;br /&gt;	$(&amp;#039;popEdit&amp;#039;).request({onSuccess: closeData()});&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;closeData(): &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function closeData() {&lt;br /&gt;	$(&amp;#039;editData&amp;#039;).style.display = &amp;#039;none&amp;#039;;&lt;br /&gt;	$(&amp;#039;editData&amp;#039;).innerHTML = &amp;#039;&amp;#039;;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;... any ideas?&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Aug 2007 06:15:38 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1222720 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
