Open GoogleCodeExporter opened 8 years ago
By the way, the version is unknown, since the file doesn't include a version. It
looks like the current trunk has the "src='blank.html'" on line 254:
http://code.google.com/p/jquery-swip/source/browse/trunk/jquery.DOMWindow.js
Original comment by yoni.bm...@gmail.com
on 28 Jul 2009 at 9:08
From my understanding is that sites that are running this on a secure HTTP
requests
will get a popup notification in IE6 that will ask if you want to display the
unsecured elements on the page.
To fix this I've modified the src="blank.html" to be src="://0"
This is more of a hack for IE6 and will trick the browser into thinking it's a
secured request instead of an unsecured one.
Also this fixes flooding your logs with 404 errors.
Original comment by spfaf...@gmail.com
on 2 Nov 2009 at 8:26
Updating the code to use src="://0" did not work and was still producing 404
errors. However, using src="about:blank" did work and did not throw any 404
errors.
Original comment by jasonawi...@gmail.com
on 7 Oct 2010 at 5:19
Original issue reported on code.google.com by
yoni.bm...@gmail.com
on 28 Jul 2009 at 9:04