Hello,
I'm trying to get this image to pop up when the page loads. It's JQuery (it's already loaded on my server so I don't have to place it in the script
Anyway, I'm stuck. Do I need to add a div within the body? Or is there something else I need to do. Thanks
Code:<link rel="stylesheet" type="text/css" href="shadowbox.css"> <script type="text/javascript" src="shadowbox.js"></script> <script type="text/javascript"> Shadowbox.init({ skipSetup: true }); window.onload = function() { Shadowbox.open({ content: '<img alt="lightbox1 (155K)" src="lightbox1.jpg" height="317" width="625" />', player: "html", title: "Lightbox", height: 350, width: 650 }); }; </script> </head> <body> </body> <html>


Reply With Quote
Bookmarks