1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

IE7 Problem

Discussion in 'Internet Explorer & Microsoft Edge' started by the_swabbie30, 2006/11/27.

  1. 2006/11/27
    the_swabbie30

    the_swabbie30 Inactive Thread Starter

    Joined:
    2003/02/02
    Messages:
    56
    Likes Received:
    0
    Hello, The only IE7 problem I am having seems as if it would have an easy fix but I am having no luck. Here is a page that explains it all. :D
     
  2. 2006/11/27
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    Did you try placing the webmail URL in your Trusted Sites area?

    Tools, Internet Options, Security Tab, Trusted Sites (big Green Checkmark).

    Try adding these two sites:

    https://webmail.ctl.rr.com <<------ check the "ctl" part as I could not tell if it was ctl or cfl.
    https://*.ctl.rr.com <<----------- same spelling check as above.

    Generally speaking, IE 7 does not like to see you access from an Iframe across a Domain to a secured site (the left panel). I am just guessing here, but adding the webmail site to your Trusted Site list can help.
     

  3. to hide this advert.

  4. 2006/11/27
    the_swabbie30

    the_swabbie30 Inactive Thread Starter

    Joined:
    2003/02/02
    Messages:
    56
    Likes Received:
    0
  5. 2006/11/27
    the_swabbie30

    the_swabbie30 Inactive Thread Starter

    Joined:
    2003/02/02
    Messages:
    56
    Likes Received:
    0
    Ie7

    Hi Bill, As requested, below are "View Source" from both:

    [SIZE= "4"]Firefox[/SIZE]

    <html>
    <head>
    <script src= "setdomain.js "> </script>
    <style type= "text/css ">
    <!--
    #nodecoration { text-decoration: none }
    #blacklink { text-decoration: none; color: #000000 }
    #whitelink { text-decoration: none; color: #FFFFFF }
    #black { color: #000000 }
    #white { color: #FFFFFF }
    -->
    </style>
    <script>

    /*
    * Copyright 1999 Netscape Communications Corp, a subsidiary of America Online
    */

    var i, f, s = navigator.userAgent
    var main, arg = window.location.search
    var IE = 0, NN = 0
    var refreshing

    var jj
    var a = window.location.search.substring(1,window.location.search.length)

    jj = a.indexOf('=')
    if (jj == -1) a='false'
    else a = a.substring(jj + 1, a.length)

    if (s == '')
    IE = 3
    else if (s.indexOf('MSIE') != -1)
    IE = parseFloat(s.substring(s.indexOf('MSIE') + 5, s.length))
    else if (s.indexOf('Mozilla') != -1)
    NN = parseFloat(navigator.appVersion)

    s = document.domain

    if (IE >= 4 && (i = s.indexOf('.') + 1) != 0 && a=='false') {
    s = s.substring(i, s.length)
    if (s.indexOf('.') != -1)
    document.domain = s
    }


    if (arg.length > 0)
    arg = arg.substring(1, arg.length)
    main = parent.main
    if (main && main.i18n['dir'])
    document.dir = main.i18n['dir']
    if (main && main.i18n['http charset']) {
    document.write('<META HTTP-EQUIV= "Content-Type" CONTENT= "text/html; charset='
    + main.i18n['http charset'] + ' ">\n')
    if (IE >= 4)
    document.charset = main.i18n['http charset']
    document.write('<link rel= "stylesheet" href= "master-style.css" type= "text/css ">\n')
    }
    main=parent.main;//AK
    IE=parent.IE;
    NN=parent.NN;

    refreshing = self.name != 'mailFrame' &&
    (!main || !main.isRefreshing || main.isRefreshing(true))
    if (IE >= 4 || NN >= 5) {
    i = main.font_base + main.font_delta
    document.write('<style type= "text/css ">\n' +
    '#folderList { font-size:' + main.font_sizes[i - (NN > 3 || parent.mac ? 0 : 1)] + ' }\n' +
    'BODY TABLE { font-family: ' + main.cfg['meFontFace'] + '; font-size:' +
    main.font_sizes + ' }\n</style>\n')
    }
    if (NN >= 3 && NN < 4 && parent.setFrames)
    parent.setFrames()
    if (!refreshing) {
    f = eval('parent.' + self.name + 'HTML')
    document.write('</head>', f ? f(document) : '')
    }

    /*Handle backspace keypress events*/
    function setBkspEvtHndlr(tagname){
    var elems = document.getElementsByTagName(tagname);
    for (var i=0; i<elems.length; i++){
    var elem = elems;
    if (elem.type.toLowerCase().indexOf('text')>=0){
    elem.onclick = enablebksp;
    }
    elem.onkeydown = enablebksp;
    elem.onkeypress = enablebksp;
    }
    }function disablebksp(){
    var func = new Function( "if (IE>0) Key = window.event.keyCode; else Key=e.which; if(Key==8){return false;} ");
    document.onkeypress = func;
    document.onkeydown = func;
    }
    function enablebksp(){
    var func = new Function ( "return true ");
    document.onkeypress = func;
    document.onkeydown = func;
    }
    //Disable backspace keypress to maintain applet context
    if (NN>=5){
    document.onclick=disablebksp;
    document.onfocus=disablebksp;
    }
    /**********/

    function color(s) {
    document.bgColor = s
    }

    function hint(s) {
    window.status = (s ? s : '')
    return true
    }
    </script>

    <script>
    // Script broken into two blocks. There is a </head> in the document.write in
    // the script above which IE is lax about. See bugs 4553030/31, 5047193.

    var doc = document
    var form = document.form
    var form1 = document.form1
    var form2 = document.form2
    var errno = 0

    arg=window.location.search;//AK
    if (!refreshing) {
    if (arg.length > 6 && arg.substring(0, 7) == 'bgcolor')
    color(arg.substring(8, arg.length))
    f = eval('parent.' + self.name + 'Init')
    if (f)
    f()
    }

    // Note: the <body> tag is defined in main.js and written out when a given
    // frame's html is created.

    </script>
    </body>
    <script>
    /**Enable backspace for text editing*/
    if (NN>=5){
    setBkspEvtHndlr( "input ");//specifically for text elements. checkboxes/radio will not affect normal execution
    setBkspEvtHndlr( "textarea ");
    setBkspEvtHndlr( "browse ");
    }
    </script>
    </html>


    [SIZE= "4"]IE7[/SIZE]
    <html>
    <head>
    <script src= "setdomain.js "> </script>
    <style type= "text/css ">
    <!--
    #nodecoration { text-decoration: none }
    #blacklink { text-decoration: none; color: #000000 }
    #whitelink { text-decoration: none; color: #FFFFFF }
    #black { color: #000000 }
    #white { color: #FFFFFF }
    -->
    </style>
    <script>

    /*
    * Copyright 1999 Netscape Communications Corp, a subsidiary of America Online
    */

    var i, f, s = navigator.userAgent
    var main, arg = window.location.search
    var IE = 0, NN = 0
    var refreshing

    var jj
    var a = window.location.search.substring(1,window.location.search.length)

    jj = a.indexOf('=')
    if (jj == -1) a='false'
    else a = a.substring(jj + 1, a.length)

    if (s == '')
    IE = 3
    else if (s.indexOf('MSIE') != -1)
    IE = parseFloat(s.substring(s.indexOf('MSIE') + 5, s.length))
    else if (s.indexOf('Mozilla') != -1)
    NN = parseFloat(navigator.appVersion)

    s = document.domain

    if (IE >= 4 && (i = s.indexOf('.') + 1) != 0 && a=='false') {
    s = s.substring(i, s.length)
    if (s.indexOf('.') != -1)
    document.domain = s
    }


    if (arg.length > 0)
    arg = arg.substring(1, arg.length)
    main = parent.main
    if (main && main.i18n['dir'])
    document.dir = main.i18n['dir']
    if (main && main.i18n['http charset']) {
    document.write('<META HTTP-EQUIV= "Content-Type" CONTENT= "text/html; charset='
    + main.i18n['http charset'] + ' ">\n')
    if (IE >= 4)
    document.charset = main.i18n['http charset']
    document.write('<link rel= "stylesheet" href= "master-style.css" type= "text/css ">\n')
    }
    main=parent.main;//AK
    IE=parent.IE;
    NN=parent.NN;

    refreshing = self.name != 'mailFrame' &&
    (!main || !main.isRefreshing || main.isRefreshing(true))
    if (IE >= 4 || NN >= 5) {
    i = main.font_base + main.font_delta
    document.write('<style type= "text/css ">\n' +
    '#folderList { font-size:' + main.font_sizes[i - (NN > 3 || parent.mac ? 0 : 1)] + ' }\n' +
    'BODY TABLE { font-family: ' + main.cfg['meFontFace'] + '; font-size:' +
    main.font_sizes + ' }\n</style>\n')
    }
    if (NN >= 3 && NN < 4 && parent.setFrames)
    parent.setFrames()
    if (!refreshing) {
    f = eval('parent.' + self.name + 'HTML')
    document.write('</head>', f ? f(document) : '')
    }

    /*Handle backspace keypress events*/
    function setBkspEvtHndlr(tagname){
    var elems = document.getElementsByTagName(tagname);
    for (var i=0; i<elems.length; i++){
    var elem = elems;
    if (elem.type.toLowerCase().indexOf('text')>=0){
    elem.onclick = enablebksp;
    }
    elem.onkeydown = enablebksp;
    elem.onkeypress = enablebksp;
    }
    }function disablebksp(){
    var func = new Function( "if (IE>0) Key = window.event.keyCode; else Key=e.which; if(Key==8){return false;} ");
    document.onkeypress = func;
    document.onkeydown = func;
    }
    function enablebksp(){
    var func = new Function ( "return true ");
    document.onkeypress = func;
    document.onkeydown = func;
    }
    //Disable backspace keypress to maintain applet context
    if (NN>=5){
    document.onclick=disablebksp;
    document.onfocus=disablebksp;
    }
    /**********/

    function color(s) {
    document.bgColor = s
    }

    function hint(s) {
    window.status = (s ? s : '')
    return true
    }
    </script>

    <script>
    // Script broken into two blocks. There is a </head> in the document.write in
    // the script above which IE is lax about. See bugs 4553030/31, 5047193.

    var doc = document
    var form = document.form
    var form1 = document.form1
    var form2 = document.form2
    var errno = 0

    arg=window.location.search;//AK
    if (!refreshing) {
    if (arg.length > 6 && arg.substring(0, 7) == 'bgcolor')
    color(arg.substring(8, arg.length))
    f = eval('parent.' + self.name + 'Init')
    if (f)
    f()
    }

    // Note: the <body> tag is defined in main.js and written out when a given
    // frame's html is created.

    </script>
    </body>
    <script>
    /**Enable backspace for text editing*/
    if (NN>=5){
    setBkspEvtHndlr( "input ");//specifically for text elements. checkboxes/radio will not affect normal execution
    setBkspEvtHndlr( "textarea ");
    setBkspEvtHndlr( "browse ");
    }
    </script>
    </html>
     
  6. 2006/11/27
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
  7. 2006/11/27
    the_swabbie30

    the_swabbie30 Inactive Thread Starter

    Joined:
    2003/02/02
    Messages:
    56
    Likes Received:
    0
  8. 2006/11/27
    the_swabbie30

    the_swabbie30 Inactive Thread Starter

    Joined:
    2003/02/02
    Messages:
    56
    Likes Received:
    0
    IE7 Update

    After running the User Agent String Utility I did a check here to make sure the changes were installing properly. As you see below is thinks I have IE6 installed.. I do have IE7 .... so the problem is not in that direction.

    ASPNET's HTTPBrowserCapabilities object reports that based on the User-Agent, your Browser has the following capabilities:

    Type = IE6
    Name = IE
    Version = 6.0
    Major Version = 6
    Minor Version = 0
    Platform = WinXP
    Is Beta = False
    Is Crawler = False
    Is AOL = False
    Is Win16 = False
    Is Win32 = True
    Supports Frames = True
    Supports Tables = True
    Supports Cookies = True
    Supports VBScript = True
    Supports JavaScript = True
    Supports Java Applets = True
    Supports ActiveX Controls = True
     
  9. 2006/11/28
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    I just cannot see IE 7 allowing these two operations:

    {
    document.write('<META HTTP-EQUIV= "Content-Type" CONTENT= "text/html; charset='
    + main.i18n['http charset'] + ' ">\n')
    if (IE >= 4)
    document.charset = main.i18n['http charset']
    document.write('<link rel= "stylesheet" href= "master-style.css" type= "text/css ">\n')
    }

    -------and

    {
    i = main.font_base + main.font_delta
    document.write('<style type= "text/css ">\n' +
    '#folderList { font-size:' + main.font_sizes[i - (NN > 3 || parent.mac ? 0 : 1)] + ' }\n' +
    'BODY TABLE { font-family: ' + main.cfg['meFontFace'] + '; font-size:' +
    main.font_sizes + ' }\n</style>\n')
    }
    if (NN >= 3 && NN < 4 && parent.setFrames)
    parent.setFrames()
    if (!refreshing) {
    f = eval('parent.' + self.name + 'HTML')
    document.write('</head>', f ? f(document) : '')
    }


    You are using javascript to write HTML code to the local drive, and then run the HTML from the drive.

    I am not even sure if there was a workaround (you could disable all the security features of the local lockdown zone) you would want to make it.

    Even though the instance here is benign, the notion of using javascript to write other script or HTML and then executing the result strikes me as a horrible security breach, which IE 7 is quite rightly refusing to allow.
     
  10. 2006/11/28
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    Hi,

    1st, I would just add *.rr.com to the trusted sites list.

    But it seems RR support is suggesting another thing is to be fixed:

    So I suggest you check out Tools > Manage Add-ons > Enable or Disable Add-ons and check if there's any add-ons that show their status as Disabled.
     
    Arie,
    #9
  11. 2006/11/28
    the_swabbie30

    the_swabbie30 Inactive Thread Starter

    Joined:
    2003/02/02
    Messages:
    56
    Likes Received:
    0
    Hello, Thanks to you both. Before IE7 the webmail frame did work as it does with Firefox now. I am sure MS fixed a vulnerability and there will be an update that will fix the little problem some time in the future. It is no great inconvenience for me as I use this computer with Firefox most of the time anyway.

    I did go to Enable or Disable Add-ons and enabled each and every one of the disabled settings... NO help.

    The more I think about it the more I think that my ISP gave me the brush off. I am reasonably sure I am not the only one that has this problem. I made an email account for the Microsoft Tech so he could get a first hand look at it. He had the same troubles. I am sure my ISP can manage to do that also.

    Thanks again for your efforts and Happy Holidays to all.
     
  12. 2006/11/30
    ziggee

    ziggee Well-Known Member

    Joined:
    2002/01/07
    Messages:
    26
    Likes Received:
    0
    [FONT= "Comic Sans MS"]I keep getting these Internet Explorer messages on quite a few of the pages I visit. I just want to know how to get rid of these warnings entirely, please.

    Thanks for any and all help!
    Barb[/FONT][SIZE= "2"][/SIZE]
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.