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

  •  11-08-2009, 7:39 AM

    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 Complete Thread