sleep
Posted: Mon Oct 29, 2007 7:34 pm
is there a way to pause or have a page sleep before loading?
i want to do something like...
that way if someone uses an anchor using jcebox the page will wait for the jcebox to load before loading the content.
thanks in advance
i want to do something like...
Code: Select all
<script type="text/javascript">
if (location.hash)
{
sleep 5000;
}
</script>
that way if someone uses an anchor using jcebox the page will wait for the jcebox to load before loading the content.
thanks in advance