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?