maffyhart / simplemodal

Automatically exported from code.google.com/p/simplemodal
0 stars 0 forks source link

SimpleModal error in IE9, load in IFRAME #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

http://www.ericmmartin.com/projects/simplemodal/

// Display an external page using an iframe
var src = "http://365.ericmmartin.com/";
$.modal('<iframe src="' + src + '" height="450" width="830" style="border:0">', 
{
    closeHTML:"",
    containerCss:{
        backgroundColor:"#fff", 
        borderColor:"#fff", 
        height:450, 
        padding:0, 
        width:830
    },
    overlayClose:true
});

This error is present from previous versions to the current.

Original issue reported on code.google.com by falpe...@gmail.com on 18 Oct 2012 at 12:19

Attachments: