|
#1
|
|||
|
|||
|
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); |
|
#2
|
|||
|
|||
|
Interesting... what happens if you move the images directory into the
current directory instead of up one level? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
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 |