Ie Dupes My Javascript Code

windows

Guest
<!--fonto:Verdana--><span style="font-family:Verdana"><!--/fonto--><!--sizeo:3--><span style="font-size:12pt;line-height:100%"><!--/sizeo--><!--coloro:#333333--><span style="color:#333333"><!--/coloro--><br />So I've got this page class="postlink" and they are not duplicated at all. So it must be a problem with my "powered" page only.<br /><br />thanks in advance!<br />!!blue<!--sizec--></span><!--/sizec--><!--colorc--></span><!--/colorc--><!--fontc--></span><!--/fontc--><!--content-->
Hey blue ... did I miss the web address?<!--content-->
<!--QuoteBegin-HCSuperStores+Apr 8 2004, 01:46 PM--><div class='quotetop'>QUOTE(HCSuperStores @ Apr 8 2004, 01:46 PM)</div><div class='quotemain'><!--QuoteEBegin-->Hey blue ... did I miss the web address?<!--QuoteEnd--></div><!--QuoteEEnd--><br /><!--fonto:Verdana--><span style="font-family:Verdana"><!--/fonto--><!--sizeo:3--><span style="font-size:12pt;line-height:100%"><!--/sizeo--><!--coloro:#336699--><span style="color:#336699"><!--/coloro--><br />Here it is again, this time bolded: <b>www.zoblue.com/mt/powered.shtml</b> <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/tongue.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tongue.gif" /><br /><br />just copy & paste.... <br /><br />thanks!<br />!!blue<br /><!--sizec--></span><!--/sizec--><!--colorc--></span><!--/colorc--><!--fontc--></span><!--/fontc--><!--content-->
Hey blue,<br /><br />Sorry, I was blind ... let me get my glasses on. :Nerd: There, that's better.<br /><br />Looking at it now!<!--content-->
Hi Blue,<br /><br />I'm worried that my information my lead to a greater mystery.<br /><br />I'm a Linux guy, and looked at it in 2 seperate browsers. It didn't show the error that you mentioned.<br /><br />In your JS code though, I noticed something unique to IE. See below<br /><br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->  if (isIE) {<br />  oldBodyText = document.body.innerHTML;<br />  reg = /<abbr([^>]*)>([^<]*)<\/abbr>/g;<br />  newBodyText = oldBodyText.replace(reg, '<abbr $1><span class=\"abbr\" $1>$2<\/span><\/abbr>');<br />  document.body.innerHTML = newBodyText;<br />  }<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />I'm wondering if there isn't something to this function that is causing the duplication, because it appears to be IE specifc. Try Netscape on your end just to be sure.<br /><br />It's not an answer, but maybe the right direciton.<br /><br />Good luck!<!--content-->
<!--fonto:Verdana--><span style="font-family:Verdana"><!--/fonto--><!--sizeo:3--><span style="font-size:12pt;line-height:100%"><!--/sizeo--><!--coloro:#336699--><span style="color:#336699"><!--/coloro--><br />oh my goodness! I took that JS code outta my page and now it loads fine. That code I got from this page <b>www.sovavsiti.cz/css/abbr.html</b> which helps the html tag ABBR work in IE--which normally doesn't and this code *makes* it work.<br /><br />That code is also on my home page and everything works fine too. Oh, well... at least it works better now. <br /><br />thanks,<br />!!blue<br /><!--sizec--></span><!--/sizec--><!--colorc--></span><!--/colorc--><!--fontc--></span><!--/fontc--><!--content-->
 
Top