Results 1 to 3 of 3

Thread: Error

  1. #1

    Thread Starter
    Frenzied Member zuperman's Avatar
    Join Date
    Dec 2000
    Location
    Portugal
    Posts
    1,033

    Error

    Im using firefox...
    Attached Images Attached Images  
    Help keep this forum clean: Remember to mark your thread as resolved · Search before you post · Remember to rate posts that help

    VS2010: Visual Studio 2010 Keybinding Posters
    · Service Pack 1
    Tools: GhostDoc - automatically generates XML documentation comments
    · NuGet package Manager · PowerCommands IDE extensions
    Source Control: ankhsvn - integration for SVN
    · Windows Shell Extension for Subversion

    Development Laptop: Intel Core i5 430M 2.26 GHz @ 2.53 GHz
    · 4096 MB, DDR3 PC3-8500F (533 MHz), Kingston · ATI Mobility Radeon HD 5470 · 15.6 @ 16:9, 1366x768 pixel, HD LED LCD

    I follow:
    JoelOnSoftware - A weblog by Joel Spolsky, a programmer working in New York City, about software and software companies
    ScottGu's Blog - Scott Guthrie works for Microsoft as the Product Manager of the .NET Framework
    Portugal-a-Programar - Portuguese Developers Community
    .NET Rocks! - is a weekly Internet audio talk show for .NET Developers.

    Programming Languages:
    C#
    · VB.NET · JAVA · PHP · Javascript
    Other:
    XML
    · HTML · CSS · JQuery · SQL



    *** Proudly Portuguese ***

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Error

    Yes, its a confirmed error, but it appears to be specific to FireFox and that
    specific Ad. Should be resolved soon.

    Thanks for the post


    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: Error

    Did some sneaking into the forum source code...

    Code:
    document.write('<SCRIPT LANGUAGE=VBScript>\n');
    document.write('on error resume next \n');
    document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3")))\n');
    document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n');
    document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
    document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n');
    document.write('</SCRIPT> \n');
    It isn't working because there is VBScript doing its nasty stuff, which is a Microsoft-only technology

    Didn't check for proper syntax yet.


    Edit More to complain about to source: center tag isn't HTML-standard. The problem is due to XHTML 1.0 Transitional marking in the forum HTML. If it was set as HTML 4.0 for example, it would display correctly in Firefox (as it would be a looser mode). But XHTML is very strict language, even the transitional mode is strict. Thus Firefox is working right when it isn't working nicely on the code that's not following the XHTML standard.



    More edit This code has some extra garbage, but it should now follow XHTML standard:

    Code:
    <p style="align : center; text-align : center;">
    <script language="javascript" type="text/javascript"><!--
    var plugin = 0;
    if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin)
    {
    if (navigator.plugins && navigator.plugins["Shockwave Flash"])plugin = 1;
    }
    else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
    && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
    document.write('<script language="VBScript">\n');
    document.write('on error resume next \n');
    document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3")))\n');
    document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n');
    document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
    document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n');
    document.write('</script> \n');
    }
    if ( plugin )
    {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
    document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=3,0,0,0" ');
    document.write(' id="NZPower750x100.swf" width="750" height="100" />');
    document.write(' <param name="movie" value="http://www.vbforums.com/RealMedia/ads/Creatives/OasDefault/United_Online_Netzero_2b/NZPower750x100.swf?clickTAG=http://www.vbforums.com/RealMedia/ads/click_lx.ads/intm/win/VBForums.com/1204776277/468x60-2/OasDefault/United_Online_Netzero_2b/NZPower750x100.html/33653931623565383431393132353130?http://www.netzero.net/s/signup%3fr=platinum%26refcd=TL0202NWP_NZPOWER" /><param name="menu" value="false" /> <param name="quality value="high" /> <param name="bgcolor" value="WHITE" />  ');
    document.write(' <embed src="http://www.vbforums.com/RealMedia/ads/Creatives/OasDefault/United_Online_Netzero_2b/NZPower750x100.swf?clickTAG=http://www.vbforums.com/RealMedia/ads/click_lx.ads/intm/win/VBForums.com/1204776277/468x60-2/OasDefault/United_Online_Netzero_2b/NZPower750x100.html/33653931623565383431393132353130?http://www.netzero.net/s/signup%3fr=platinum%26refcd=TL0202NWP_NZPOWER" menu="false" quality="high" bgcolor="WHITE"  ');
    document.write(' swliveconnect="FALSE" width="750" height="100"');document.write(' type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" />');document.write(' </embed>');
    document.write(' </object>');
    }
    else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0))
    {document.write('<a href="http://www.vbforums.com/RealMedia/ads/click_lx.ads/intm/win/VBForums.com/1204776277/468x60-2/OasDefault/United_Online_Netzero_2b/NZPower750x100.html/33653931623565383431393132353130?http://www.netzero.net/s/signup?r=platinum&refcd=TL0202NWP_NZPOWER"><img src="http://www.vbforums.com/RealMedia/ads/Creatives/OasDefault/United_Online_Netzero_2b/NZ_power.gif" width="750" height="100" border="0" /></a>');
    }
    //-->
    
    </script>
    <noscript><a href="http://www.vbforums.com/RealMedia/ads/click_lx.ads/intm/win/VBForums.com/1204776277/468x60-2/OasDefault/United_Online_Netzero_2b/NZPower750x100.html/33653931623565383431393132353130?http://www.netzero.net/s/signup?r=platinum&refcd=TL0202NWP_NZPOWER"><img src="http://www.vbforums.com/RealMedia/ads/Creatives/OasDefault/United_Online_Netzero_2b/NZ_power.gif" width="750" height="100" border="0" /></a>
    </noscript><img src="http://www.vbforums.com/RealMedia/ads/adstream_lx.cgi/intm/win/VBForums.com/1204776277/468x60-2/OasDefault/United_Online_Netzero_2b/NZPower750x100.html/33653931623565383431393132353130?_RM_EMPTY_" width="1" height="1" border="0" />
    
    </p>
    <!-- /BOTTOM AD -->
    Code:
    <!-- Jupitermedia footer -->
    <br clear="all" />
    <p style="align : center; text-align : center;">
    
    <a href="http://www.jupitermedia.com/corporate/privacy/aup.html">Acceptable Use Policy</a>
    <br /><br />
    
    <table border="0" cellspacing="0" cellpadding="5"
    bgcolor="#FFFFFF">
                     <tr>
                       <form method="post"
    action="http://search.internet.com/www.jupiterweb.com">
                         <td align="center"><font size="-2" face="verdana, arial,
    helvetica"><b>JupiterWeb networks:</b></font>
                           <p /> <a href="http://www.internet.com"><img
    src="/icom_includes/footers/icom_foot.gif" alt="internet.com" width="97"
    height="15" hspace="0" border="0" align="absmiddle" /></a><img
    src="/icom_includes/footers/ruledivide_foot.gif" alt="" width="1"
    height="25" hspace="10" border="0" align="absmiddle" /><a
    href="http://www.earthweb.com"><img
    src="/icom_includes/footers/earthweb_foot2.gif" alt="earthweb.com"
    width="93" height="12" hspace="5" border="0" align="absmiddle" /></a><img
    src="/icom_includes/footers/ruledivide_foot.gif" alt="" width="1"
    height="25" hspace="10" border="0" align="absmiddle" /><a
    href="http://www.devx.com"><img src="/icom_includes/footers/devx_foot2.gif"
    alt="Devx.com" width="35" height="30" hspace="0" border="0"
    align="absmiddle" /></a><img src="/icom_includes/footers/ruledivide_foot.gif"
    alt="" width="1" height="25" hspace="10" border="0" align="absmiddle" /><a
    href="http://www.clickz.com"><img
    src="/icom_includes/footers/clickz_foot2.gif" alt="ClickZ" width="55"
    height="24" hspace="0" border="0" align="absmiddle" /></a>
                           <p />
    
                           <font size="-2" face="verdana, arial,
    helvetica"><b>Search JupiterWeb:</b>
                           <input type="hidden" name="IC_Summary" value="1" />
                           <input type="hidden" name="IC_StartNumber" value="0" />
                           <input type="hidden" name="IC_BatchSize" value="10" />
                           <input type="hidden" name="IC_RelevanceThreshold"
    value="50" />
                           <input type="hidden" name="IC_QueryDatabase"
    value="all" />
                           <input type="text" name="IC_QueryText" size="50" />
                           <input type="image" border="0" value="Find"
    name="SUBMIT" src="/icom_includes/footers/but_find.gif" width="41"
    height="20" align="absmiddle" />
    
                           </font>
                           <p />
                           <font size="-2" face="verdana, arial, helvetica">
                          <a href="http://www.jupitermedia.com/"> Jupitermedia Corporation</a> has four divisions:
                           <br /><a
    href="http://www.jupiterweb.com/">JupiterWeb</a>, <a
    href="http://www.jupiterresearch.com/">JupiterResearch</a>, <a
    href="http://www.jupiterevents.com/">JupiterEvents</a> and <a
    href="http://www.jupiterimages.com/">JupiterImages</a>
    
                           <p />
                           <span class="foot">Copyright <!--YEAR-->2004
    Jupitermedia Corporation All Rights Reserved.<br />
                             <a
    href="http://www.jupitermedia.com/corporate/legal.html" class="foot">Legal
                             Notices</a>, <a
    href="http://www.jupitermedia.com/corporate/reprints.html#Licensing1"
    class="foot">Licensing</a>,
                             <a
    href="http://www.jupitermedia.com/corporate/reprints.html#Reprints1"
    class="foot">Reprints</a>,
                             & <a
    href="http://www.jupitermedia.com/corporate/reprints.html#Permissions"
    class="foot">Permissions</a>,
                             <a
    href="http://www.jupitermedia.com/corporate/privacy/privacypolicy.html"
    class="foot">Privacy
                             Policy</a>. </font>
    
                           <p /> <font size="-2" face="verdana, arial,
    helvetica"><a href="http://www.jupitermedia.com/corporate/"
    class="foot">Jupitermedia Corporate
                             Info</a> | <a
    href="http://e-newsletters.internet.com/" class="foot">Newsletters</a>
                             | <a href="http://jobs.internet.com/"
    class="foot">Tech
                             Jobs</a> | <a
    href="http://e-newsletters.internet.com/mailinglists.html"
    class="foot">E-mail Offers</a></span></font>
    
                         </td>
    
                       </form>
                    </tr>
                   </table></center>

    Yes, I were mad enough to do the fixes without getting paid for doing so. I wonder if they'll use the fixes I did, or if they even can use the fixes... I don't know how they're attaching the code to the pages.
    Last edited by Merri; Dec 6th, 2004 at 02:52 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width