PDA

View Full Version : non-secure pop-up in IE


PCINET - Andreas
10-24-06, 12:30 AM
Does anybody see the reason why the non-secure pop-up appears when checking out??

http://thedialogueseries.hostasaurus.com/Merchant2/merchant.mvc?Screen=PROD&Store_Code=TheDialogue&Product_Code=dvd

Definitely no <img src="http://..."> in there.

Thanks for looking :)

FYI It's still work in progress and doesn't look like a MIVA store at all!

ILoveHostasaurus
10-24-06, 12:42 AM
Hmm, usually when IE complaints but firefox doesn't it has something to do with javascript or CSS loading the insecure content.

Vic - WolfPaw Computers
10-24-06, 01:28 AM
It could also be a server side .js script that has insecure contents, or image calls inside your CSS.

These are often overlooked.

PCINET - Andreas
10-24-06, 01:31 AM
Go it ... it was a JavaScript which loads a flash file (tabbed menu).

function menu(url,w,h,pagina){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+w+'" height="'+h+'">');
document.write('<param name="movie" value="'+url+'">');

Thanks David and Vic!