<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016835" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016835</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/beginners-question-javascript#comment-1097845</link>
    <description> &lt;p&gt;Darn quotes! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;I actually got stuck for two days because of a precadence problem. &lt;/p&gt;
&lt;p&gt;Glad you found it, even with my crappy advice, lol...&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; S&lt;/p&gt;
 </description>
     <pubDate>Wed, 09 Jan 2002 02:53:52 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1097845 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/beginners-question-javascript#comment-1097828</link>
    <description> &lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;While playing with it I realized I had it still in the quotes.  I removed it from the quotes and it worked.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;amp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;lt&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;script language&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;javascript\&quot;&amp;amp;gt;&lt;br /&gt;function verifyDelete(the_Entry, Date){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; varDelete = confirm(&#039;Are you sure you want to delete this?&#039; + the_Entry);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(varDelete == true)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.location=\&quot;DeleteEntry.asp?Entry=\&quot; + the_Entry + \&quot;&amp;amp;Date=\&quot; + Date;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Thank you again for your help.  You got me looking in the right direction.&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Jan 2002 19:57:27 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1097828 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/beginners-question-javascript#comment-1097827</link>
    <description> &lt;p&gt;k, then you have to make the_Entry or whatever a variable.&lt;/p&gt;
&lt;p&gt;var the_Entry = document.forms[0].field.value;&lt;/p&gt;
&lt;p&gt;My guess is that you need to initialize the variable.&lt;/p&gt;
&lt;p&gt;My syntax is wildly incorrect, but hopefully that will get you started on the right solution, or maybe Vinny will show up and help!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.javascriptworld.com&quot; class=&quot;bb-url&quot;&gt;javascriptworld.com&lt;/a&gt; -- try here, and try Dori&#039;s book for help too.&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Jan 2002 19:53:59 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1097827 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/beginners-question-javascript#comment-1097823</link>
    <description> &lt;p&gt;It just redirects me to the URL:&lt;br /&gt;
DeleteEntry.asp?Entry=the_Entry&lt;/p&gt;
&lt;p&gt;this BB changed it from a { to &amp;#123;.&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Jan 2002 19:19:03 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1097823 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/beginners-question-javascript#comment-1097821</link>
    <description> &lt;p&gt;how odd, why are you using &amp;#123; instead of {?&lt;/p&gt;
&lt;p&gt;Anyway,&lt;/p&gt;
&lt;p&gt;you need to replace language=&quot;javascript&quot; with type=&quot;text/javascript&quot;, probably escape it out for older browsers unless it&#039;s a called function from another page.&lt;/p&gt;
&lt;p&gt;What error are you getting? I&#039;m a little rusty on JavaScript today (ha ha), but you might want to make varDelete var Delete.&lt;/p&gt;
&lt;p&gt;I&#039;m not sure, though,&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Jan 2002 18:54:55 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1097821 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
