02-18-2008, 12:31 AM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 154
Thanks: 31
|
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.
|
|
|
|