| Author |
Topic |
|
|
alorentz
66 Posts |
Posted - 12/14/2007 : 19:43:51
|
Another Tip from alorentz: Been looking for how to make thickbox popup on page load?
Well, here is your answer. Put this at the bottom of your page:
<script type="text/javascript"> $(document).ready(function(){ tb_show('', 'http://www.google.com/?height=500&width=700&inlineId=displayWarning', null); }); </script>
There's several solutions out there, but this is the only one I have found to be cross browser compatible for Thickbox onload event, or document.ready.
Good luck!
Keywords: thickbox, onload, page load, fire, popup, automatic, document ready |
|
| |
Topic |
|
|
|