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
Original issue reported on code.google.com by
falpe...@gmail.com
on 18 Oct 2012 at 12:19Attachments: