Skip to content

SimpleModal error in IE9, load in IFRAME #91

Description

@GoogleCodeExporter

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:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions