Leos,
I would do something like:

Assuming you have:
<a href="mypage.php" class="thickbox" rel="lauchonload"></a>

In your head:
<!-- all your javascript includes -->
<script>
$(document).ready(function(){
$('[EMAIL PROTECTED]').trigger('click');
});
</script>

this assumes that the thickbox's .read() gets executed before your
.ready().  If it does not:

$(document).ready(function(){
tb_init('a.thickbox');
$('[EMAIL PROTECTED]').trigger('click');
});


None of this is tested, so let me know what if it works.

--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com

Reply via email to