Issue 544: Trying to load a modal from within an iframe while passing the url as a parameter
Status:  New
Owner: ----
Reported by tamlite...@gmail.com, Nov 5, 2010
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