how to change the AlbumID by Javascript within a lazy-loding-function?

Last post 11-08-2009, 7:39 AM by Blubito. 0 replies.
Sort Posts: Previous Next
  •  11-08-2009, 7:39 AM 56959

    how to change the AlbumID by Javascript within a lazy-loding-function?

    Hi
     
    I try to load the Album when somebody enters a tabPanel in a TabContainer and use a javascript function like this:
     

    <script type="text/javascript" language="javascript">

    function LoadGallery(sender, args)

    {

    var gallery = document.getElementById('GalleryBrowser1');

    /* how to change the AlbumID here??? */

    return false;

    }

    </script>
     
     
    How can I change the AlbumID here within the javascript function?
     
     
View as RSS news feed in XML