Y
yawnmoth
<body onload="alert('test')">
<script>location = "http://www.google.com"</script>
</body>
....and...
<body onload="alert('test')"></body>
<script>location = "http://www.google.com"</script>
It seems to me as though an alert window containing the word 'test'
ought to appear before the page is redirected to Google yet it isn't.
Any ideas as to why?
<script>location = "http://www.google.com"</script>
</body>
....and...
<body onload="alert('test')"></body>
<script>location = "http://www.google.com"</script>
It seems to me as though an alert window containing the word 'test'
ought to appear before the page is redirected to Google yet it isn't.
Any ideas as to why?