0
Welcome Guest! Login
0 items Join Now

lightbox onpageload only on first view

  • lightbox onpageload only on first view

    Posted 15 years 3 months ago
    • Hi all,

      I've figured out a way to display a lightbox on pageload and only on the homepage
      (so I can show a video intro)

      here's the code:
      <script rc="js/jquery.js" type="text/javascript"></script>
       
      <script type="text/javascript" src="/templates/je_default/js/thickbox.js"></script>
       
      <script type="text/javascript">
       
      $(document).ready(function() {
       
       
      tb_show('intro', 'TB_inline?height=350&width=561&inlineId=youtubeplayer-20', null);
       
      });
       
      </script>

      However Could someone point me in the right direction of how I can only make it popup the first time someone enters the homepage. Thanks a ton in advance :D !!

Time to create page: 0.061 seconds