Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

    Default Internet Explorer 7 cannot open internet site

    I'm using Zen ver. 1.38 and when I use IE7 to view my products I receive the following message: Internet Explorer cannot open the internet site....Operation Aborted. After I click ok, I'm taken to Cannot Display Webpage page. After I refresh, the product page then appears. I'm sure most of my customers aren't aware they have to do this. They're probably just exiting out.

    Is anyone else having this issue? Is there something in the stylesheet I need to edit? Viewing products works fine in other browsers. Just IE7 I'm having the issue with.

    Thanks in advance,
    Robyn

  2. #2
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Internet Explorer 7 cannot open internet site

    The URL?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: Internet Explorer 7 cannot open internet site

    Sorry about that. Here you go:

    The Diva

  4. #4
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Internet Explorer 7 cannot open internet site

    Although you have more than a few HTML coding errors, here is where the brunt of the problems lie.


    # <script type="text/javascript" src="includes/templates/purpleshades/jscript/jscript_nnez_flash.js"></script>
    # </head>
    #
    # <body id="indexBody">
    # <div id="bannerOne" class="banners"><html xmlns="http://www.w3.org/1999/xhtml">
    # <head>
    # <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    # <title>Untitled Document</title>
    # <style type="text/css">
    # <!--
    # .style1 {
    # font: bold Georgia;
    # font-family: "Times New Roman", Times, serif;
    # font-size: x-large;
    # color: #FF9900;
    # }
    # -->
    # </style>
    # </head>
    #
    # <body>
    # <span class="style1">Free Shipping on all orders over $100!</span>
    # </body>
    # </html></div>
    #
    # <div id="mainWrapper">


    After the '<body id="indexBody">' tag you cannot have any 'meta-tag' or 'head' tags. You also should not have </body> & </html> tags so early in your code. Odds are, you just need to edit your Sidebox code to get rid of any 'meta-tag' 'head' 'body' 'html' tags.

  5. #5
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: Internet Explorer 7 cannot open internet site

    Forgot to mention this only started happening after I installed the latest version of Lightbox.

  6. #6
    Join Date
    May 2005
    Location
    Toronto, Ontario, Canada
    Posts
    42
    Plugin Contributions
    0

    Default Re: Internet Explorer 7 cannot open internet site

    Quote Originally Posted by Robbyn7 View Post
    Forgot to mention this only started happening after I installed the latest version of Lightbox.
    It seems Internet Explorer 7 has a bug (or code checking that is too strict) that will make it fail with "Operation Aborted" error if several contributions using Javascript are installed & enabled in Zen-cart.

    For example, Zen Lightbox is a great contribution, version 1.4 was redesigned significantly to add new features and improved functionality; however, it seems that it can crash IE7 if used together with some categories tree menu contributions like these 2 (they all use Javascript):

    Andrew Berezin's Dynamic Categories tree menu http://www.zen-cart.com/index.php?ma...roducts_id=593

    Andrew Yer's YahooTreeMenu http://www.zen-cart.com/index.php?ma...roducts_id=236

    Zen Lightbox and these contributions work just fine on their own, but mixed together result in IE7 "Operation Aborted" error.

    They do work fine together with IE6 and FireFox 2.0

    Steps to reproduce the error on ZC 1.3.7
    1. Install Zen Lightbox. It doesn't matter if it is enabled or disabled in Admin -> Zen Lightbox
    2. Install one of the categories tree menu contributions above.
    3. Using Internet Explorer 7, click on any product in the store.

    Some sources on the internet suggest it could be related to this:

    If you have a script that calls document.createElement while the page is loading, Internet Explorer fails to load the page.
    So, it seems modifying Zen Lightbox 1.4 would fix this problem, but I don't know Javascript well enough to attempt it. Perhaps the author of Zen Lightbox (Alex Clarke) can look into it?

    I can provide a more detailed problem description upon request.

    Dan G.

  7. #7
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: Internet Explorer 7 cannot open internet site

    Quote Originally Posted by Website Rob View Post
    Although you have more than a few HTML coding errors, here is where the brunt of the problems lie.


    # <script type="text/javascript" src="includes/templates/purpleshades/jscript/jscript_nnez_flash.js"></script>
    # </head>
    #
    # <body id="indexBody">
    # <div id="bannerOne" class="banners"><html xmlns="http://www.w3.org/1999/xhtml">
    # <head>
    # <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    # <title>Untitled Document</title>
    # <style type="text/css">
    # <!--
    # .style1 {
    # font: bold Georgia;
    # font-family: "Times New Roman", Times, serif;
    # font-size: x-large;
    # color: #FF9900;
    # }
    # -->
    # </style>
    # </head>
    #
    # <body>
    # <span class="style1">Free Shipping on all orders over $100!</span>
    # </body>
    # </html></div>
    #
    # <div id="mainWrapper">


    After the '<body id="indexBody">' tag you cannot have any 'meta-tag' or 'head' tags. You also should not have </body> & </html> tags so early in your code. Odds are, you just need to edit your Sidebox code to get rid of any 'meta-tag' 'head' 'body' 'html' tags.
    Thanks WebsiteRob,

    Unfortunately I have no idea how to correct this, I thought the sidebox code was incorporated into the Stylesheet? What file would I edit to correct this?

    Thanks for your help.

  8. #8
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Internet Explorer 7 cannot open internet site

    Probably best if you have the person who setup the custom Sideboxes to recheck their work. The problems can only be corrected by someone who can check each Sidebox file, to make the necessary code corrections.

  9. #9
    Join Date
    May 2007
    Location
    york, pa
    Posts
    98
    Plugin Contributions
    0

    Default Re: Internet Explorer 7 cannot open internet site

    I get the same problem with ie7 aswell.I have no idea what it could be.Would love to get help and fix this...I have 1.3.8v
    Thanks.....help..help...help

  10. #10
    Join Date
    May 2007
    Location
    york, pa
    Posts
    98
    Plugin Contributions
    0

    Default Re: Internet Explorer 7 cannot open internet site

    Sorry...read past notes and set my hoverbox 3 to false and back in business. Any fix for this yet. thanks

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Internet Explorer cannot read this webpage format
    By Bryan G in forum Addon Payment Modules
    Replies: 4
    Last Post: 19 Apr 2011, 08:47 AM
  2. Internet Explorer unable to open my product info pages
    By litepockets in forum General Questions
    Replies: 18
    Last Post: 27 May 2010, 09:46 PM
  3. Internet Explorer cannot display the webpage
    By nesin in forum Basic Configuration
    Replies: 5
    Last Post: 12 Oct 2009, 10:42 PM
  4. Internet Explorer cannot display page at checkout
    By josee225 in forum General Questions
    Replies: 6
    Last Post: 9 Sep 2009, 12:40 AM
  5. Internet Explorer cannot display the Webpage
    By LloydR in forum General Questions
    Replies: 4
    Last Post: 8 Jul 2008, 03:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR