jk11uk Posted May 24, 2010 Share Posted May 24, 2010 Hi I havent found anything about anyone else having issues with this, so very weird. I've cut my code down to the simplest it could be and it still doesnt work: <link rel="stylesheet" type="text/css" href="shadowbox.css"> <script type="text/javascript" src="shadowbox.js"></script> <script type="text/javascript"> Shadowbox.init(); </script> </head> <body> <script type="text/javascript"> function OpeniFrameURL(url) { Shadowbox.open({ content: url, player: "iframe", height: 480, width: 640 }); } </script> <a href="#" onClick="OpeniFrameURL('www.google.com');">test</a> its supposed to open an iframe in shadowbox. (and yes, i've got a top and bottom to this code Link to comment https://forums.phpfreaks.com/topic/202775-shadowbox-hell/ Share on other sites More sharing options...
jk11uk Posted May 24, 2010 Author Share Posted May 24, 2010 ok solved http://shadowbox-js.com/download.html just didn't select that i wanted to use iframes and swf with it Link to comment https://forums.phpfreaks.com/topic/202775-shadowbox-hell/#findComment-1062764 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.