1) davelamyGroup: Members Posts: 1Joined: 15 Mar 2006Location: IP: 207.111.--.--
Posted:
Hello-- I'm having a problem with the display of tipster popups with IE (IESelectBoxFix enabled) in an https environment.. IE is popping up the "this page contains secure and unsecure items" dialog. I believe the about:blank src of the Iframe is causing this. Is there a relatively easy way to fix this? Thanks!
2) Angus TurnbullGroup: Moderators Posts: 4238Joined: 7 Dec 2003Location: New ZealandIP: 203.173.--.--
Posted:
Well, "relatively" :). Replace about:blank with "blank.html" and upload a blank document. You might also have luck with using "javascript:void(0)" as a URL or some other JS string.
Good luck - Angus.
3) DavidGroup: Guests IP: 217.243.--.--
Posted:
Same issue, i fixed it with "blank.html". now tested "javascript:void(0)" and works better, because there is no http-request anymore.