Issue 84: Open it from within a flashbutton?
Status:  Fixed
Owner: ----
Closed:  Sep 2008
Reported by roo...@gmail.com, Sep 23, 2008
Is it possible to trigger a modal with something like below?

I'm a complete noob :( so if someone can help me, please

function openit(e) {
		e.preventDefault();
		$.nyroModalManual({
			url: 'demoiframe.php'
		});
		return false;
	};

<a href="javascript:open(http://www.google.com/?
height=300&width=300);">open it</a>
Sep 29, 2008
Project Member #1 nyro...@gmail.com
please read my comment on the  issue #8 
https://code.google.com/p/nyromodal/issues/detail?id=8
it could help you.
Status: Fixed
Labels: -Type-Defect Type-Other