I am in the process of streamlining my web site, and want to use Popup2 to generate popups from within an iframe, but the original code that I have been using (as follows) doesn't work!! It works fine in the parent page.
- Code: Select all
<a href="#" onClick="return MPOpenPop2('../images/image.jpg',1,true,'stuff',true,false,500,false,726,false,true,false,40,0,40,0,false,false,false,false,false,false,'morestuff','#d3d3d3',true,'even more stuff','green',1,14,'blue','');" title="different stuff"><img src="../images/imagethumb.jpg" alt="an image" width="120" height="240" /></a>
I haven't been able to determine what each of the long string of parameters does, and there doesn't seem to be any formal list of the purpose of each of the parameters listed on the mindpalete site. Some are obvious...
ANy suggestions or ideas, please?