View Single Post
Old 02-18-2008, 12:31 AM   #2 (permalink)
SOCK
The Acquainted
 
Join Date: Nov 2007
Posts: 154
Thanks: 31
SOCK is on a distinguished road
Default

You'll have to provide more detail than that. What's the context of the code snippet you provided? The alert() function is supposed to trigger when the page loads?

Code:
<script type="text/javascript">
window.onload= function() {
  alert('test');
};
</script>
__________________
I reject your reality, and substitute my own.
SOCK is offline  
Reply With Quote
The Following User Says Thank You to SOCK For This Useful Post:
wiifanatic (02-18-2008)