lowkey704 Posted March 24, 2009 Share Posted March 24, 2009 What the "F" I had no problems until recently... I am really BUGGING OUT!!! I am losing possible sales errrrrrr! Everything appears to be fine is Mozilla and Google Browser... but FREAKING INTERNET EXPLORER???? SCREW YOU MICROSOFT!!!! Here is the error code I am getting... any help would be lovely... Thanks, Lonny Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2) Timestamp: Tue, 24 Mar 2009 01:23:48 UTC Message: Unterminated string constant Line: 23 Char: 108 Code: 0 URI: http://www.themancaveoutletstore.com/valle...core-p-583.html Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) Line: 0 Char: 0 Code: 0 URI: http://www.themancaveoutletstore.com/valle...core-p-583.html Yeah Yeah I am learning as I go... lol Link to comment Share on other sites More sharing options...
lowkey704 Posted March 24, 2009 Author Share Posted March 24, 2009 It's the light box... what gives here!!! I am having other issues as well though... like if I take the light box out and re-install the original template product_info.php then it will show up in I.E. but if you try to add something to your cart then it goes to the shopping cart page and it's EMPTY!!! what the hell???? ONLY IN I.E. Yeah Yeah I am learning as I go... lol Link to comment Share on other sites More sharing options...
lowkey704 Posted March 24, 2009 Author Share Posted March 24, 2009 ok after working some of the code I am getting only this now... errrrr!~!!! Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2) Timestamp: Tue, 24 Mar 2009 01:43:03 UTC Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) Line: 0 Char: 0 Code: 0 URI: http://www.themancaveoutletstore.com/sport...able-p-641.html Yeah Yeah I am learning as I go... lol Link to comment Share on other sites More sharing options...
lowkey704 Posted March 24, 2009 Author Share Posted March 24, 2009 Here's the problem... cut this out and presto... it works... but now I don't have the lightbox... ekkkk! <script type="text/javascript" src="lightbox/prototype.js"></script> <script type="text/javascript" src="lightbox/scriptaculous.js?load=effects"></script> <link rel="stylesheet" href="lightbox/lightbox.css" type="text/css" media="screen"> <script type="text/javascript" src="lightbox/builder.js"></script> <script type="text/javascript" src="lightbox/lightbox.js"></script> <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=yes,copyhistory=no,width=,height=100,screenX=150,screenY=150,top=150,left= 150')}//--></script> Yeah Yeah I am learning as I go... lol Link to comment Share on other sites More sharing options...
Guest Posted March 24, 2009 Share Posted March 24, 2009 Try using the blue part below: Black text is for reference: <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,l e ft=150') } //--></script> <link rel="stylesheet" href="lightbox/lightbox.css" type="text/css" media="screen" /> <script type="text/javascript" src="lightbox/prototype.js"></script> <script type="text/javascript" src="lightbox/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="lightbox/lightbox.js"></script> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> Link to comment Share on other sites More sharing options...
lowkey704 Posted March 24, 2009 Author Share Posted March 24, 2009 Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2) Timestamp: Tue, 24 Mar 2009 02:36:25 UTC Message: 'Builder' is undefined Line: 132 Char: 3 Code: 0 URI: http://www.themancaveoutletstore.com/lightbox/lightbox.js Yeah Yeah I am learning as I go... lol Link to comment Share on other sites More sharing options...
andreanew Posted March 24, 2009 Share Posted March 24, 2009 Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2) Timestamp: Tue, 24 Mar 2009 02:36:25 UTC Message: 'Builder' is undefined Line: 132 Char: 3 Code: 0 URI: http://www.themancaveoutletstore.com/lightbox/lightbox.js I am sorry, I can not help you, but welcome to the club. I am loving Apple, safari. The world is so much pretty and better with an apple. May be it will help: http://www.enhanceie.com/ie/troubleshoot.asp /problem-with-html-parser-in-ie Andrea Link to comment Share on other sites More sharing options...
spooks Posted March 24, 2009 Share Posted March 24, 2009 I think you have a code conflict between 2 packages u are using http://www.oscommerce.com/forums/index.php?sho...t=#entry1380283 Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al. Link to comment Share on other sites More sharing options...
burt Posted March 24, 2009 Share Posted March 24, 2009 http://support.microsoft.com/default.aspx/kb/927917 Get rid the scriptaculous and prototype, and all the associated .js Instead use jQuery which is cleaner coded. Link to comment Share on other sites More sharing options...
lowkey704 Posted March 24, 2009 Author Share Posted March 24, 2009 Thank you all for your time and your replies... however, if anyone comes into this as a problem like I did... give this a try... http://leandrovieira.com/projects/jquery/lightbox/ again... thanks for all the support and replies... I do appreciate it!!!! :blink: Yeah Yeah I am learning as I go... lol Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.