I need a little help in how to manually launch a nyromodal window, at present I
keep getting an error message saying "Object doesn't support this property or
method"
My code is:
function LaunchModal(loadurl){
$.nyroModalManual({
url: loadurl
});
}
This is called from within an iframe with:
parent.LaunchModal('product-popup.php?id=1123')
What I'm trying to do is pass the url to load from within the iframe
Original issue reported on code.google.com by tamlite...@gmail.com on 5 Nov 2010 at 3:29
Original issue reported on code.google.com by
tamlite...@gmail.com
on 5 Nov 2010 at 3:29