DHTML HTTPS IE Bug


Go Back   Computer Help Articles > Internet Explorer 6
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:19 PM
slov1@hotmail.com
 
Posts: n/a
Default DHTML HTTPS IE Bug

When IE is in HTTPS mode,
DHTML will make IE to alert the user to an unsecure image in page,
when it is not.
The BUG is when IE thinks the location of a table's background image
is not from a https secure path, but when it is secure (a relative
location path is given in the below code).


var div=document.createElement('div');
div.id = "MessageLayer";
div.name = "MessageLayer";
div.innerHTML="<table background=../images/message_ani.gif'
cellpadding=0 cellspacing=0 border=0 width=205 height=173><tr><td
valign=middle align=center><br><br>" strMsg "</td></tr><tr><td
align=right valign=bottom><a
href='javascript:closeMsg()'>close</a></td></tr></table>";
div.style.position = "absolute";
div.style.zIndex = 50;
div.style.top=iT
div.style.left=iW;
div.style.display = "";
document.body.appendChild(div);

Reply With Quote
  #2  
Old 01-05-2006, 04:19 PM
tydbowl
 
Posts: n/a
Default Re: DHTML HTTPS IE Bug

Interesting... what happens if you move the images directory into the
current directory instead of up one level?

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem in https page from another https page jj Internet Explorer 6 0 01-05-2006 04:27 PM
Cannot Browse to HTTPS sites 808.mark.lee@gmail.com Internet Explorer 6 1 01-05-2006 04:24 PM
Unable to access https sites j.chua Internet Explorer 6 6 01-05-2006 04:22 PM
Can't Access https websites LeedsBoy Windows XP Network Web 2 01-05-2006 03:59 PM
Can't Access https websites LeedsBoy Windows XP Network Web 2 01-05-2006 03:51 PM


All times are GMT. The time now is 06:16 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

DHTML HTTPS IE Bug