| Issue 544: | Trying to load a modal from within an iframe while passing the url as a parameter | |
| 1 person starred this issue and may be notified of changes. | Back to list |
|
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
|
||||||