<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012326" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012326</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-string#comment-1071260</link>
    <description> &lt;p&gt;oops, sorry for the above, thought i was posting a new topic. &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;
 </description>
     <pubDate>Mon, 18 Sep 2000 06:48:43 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1071260 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-string#comment-1071259</link>
    <description> &lt;p&gt;anybody got a clue why this javascript want work?  i didn&#039;t include the script tags and beginning and end of the code here.&lt;/p&gt;
&lt;p&gt;it&#039;s supposed to parse a tracking url, like &lt;a href=&quot;http://www.whatever.com?Bob&quot; title=&quot;http://www.whatever.com?Bob&quot;&gt;http://www.whatever.com?Bob&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;so that Bob would be printed out.&lt;/p&gt;
&lt;p&gt;var URLString = window.location;&lt;br /&gt;
var start = URLString.indexOf(&quot;?&quot;);&lt;br /&gt;
var end = URLString.length;&lt;br /&gt;
var userName = URLString.substring(start,end);&lt;br /&gt;
document.write(userName);&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Sep 2000 06:47:17 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1071259 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-string#comment-1071253</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;  You could define your characters within a string.&lt;/p&gt;
&lt;p&gt;var badChars = &#039;()?|\/*&#039;;&lt;br /&gt;
data = &quot;2d434/&quot;;&lt;br /&gt;
   for (i = 0; i &amp;lt; data.length; i++)&lt;br /&gt;
      if (badChars.indexOf(data.substring(i, i+1)) != &quot;-1&quot;)&lt;br /&gt;
         alert(data.substring(i,i+1));&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Sep 2000 02:08:30 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1071253 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-string#comment-1071030</link>
    <description> &lt;p&gt;What language?  Javascript?&lt;/p&gt;
&lt;p&gt;I&#039;m not a javascript guru (by far), but try escaping the characters...&lt;br /&gt;
mystring.search(&lt;strong&gt;\&lt;/strong&gt;x)&lt;/p&gt;
&lt;p&gt;good luck,&lt;/p&gt;
 </description>
     <pubDate>Wed, 13 Sep 2000 05:56:28 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1071030 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
