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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.