<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022370" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022370</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-not-returning#comment-1137952</link>
    <description> &lt;p&gt;no problemo.  I also noticed the FALSE, but I wasn&#039;t sure if it was in fact case sensitive.&lt;/p&gt;
 </description>
     <pubDate>Tue, 16 Sep 2003 20:30:52 +0000</pubDate>
 <dc:creator>wheaties_box</dc:creator>
 <guid isPermaLink="false">comment 1137952 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-not-returning#comment-1137944</link>
    <description> &lt;p&gt;well. with scorphus&#039; fix it gives the dialogue and ignores it.&lt;/p&gt;
&lt;p&gt;with wheaties_box&#039;s addition it works perfectly. apparently i needed both fixes &lt;/p&gt;
&lt;p&gt;thank you wheaties_box&lt;/p&gt;
 </description>
     <pubDate>Tue, 16 Sep 2003 18:27:13 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1137944 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-not-returning#comment-1137943</link>
    <description> &lt;p&gt;heh. i&#039;ll try that if it doesn&#039;t work after this fix pointed out at the oter forum that&#039;s proven useful:&lt;br /&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;Quote: There are 2 errors in your JavaScript code. Correction:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function doubleCheck(){&lt;br /&gt;&amp;nbsp; var what=document.misc.act.value;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; if(what==&amp;quot;reset&amp;quot;){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; confirm(&amp;quot;Are you sure you want to reset your score?&amp;quot;);&lt;br /&gt;&amp;nbsp; }else if(what==&amp;quot;delete&amp;quot;){ // it was ifelse, there is no a statement like this in JS&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; confirm(&amp;quot;Are you sure you want to delete your account? (This cannot be undone)&amp;quot;);&lt;br /&gt;&amp;nbsp; }else{&lt;br /&gt;// it was FALSE, JS is case sensitive and the bool values are true or false.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return false;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp; }&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Hope it helps!&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Scorphus.&lt;/p&gt;
 </description>
     <pubDate>Tue, 16 Sep 2003 18:20:57 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1137943 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-not-returning#comment-1137934</link>
    <description> &lt;p&gt;ehh... that&#039;s a lot of code to just rummage through, but I think you may just need to put a return in front of your confirms...  That way the function will actually return true if the user hits OK or false if the user hits cancel.&lt;/p&gt;
&lt;p&gt;tell us how it works out &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 16 Sep 2003 14:34:48 +0000</pubDate>
 <dc:creator>wheaties_box</dc:creator>
 <guid isPermaLink="false">comment 1137934 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
