LASTGUY2GETPS2
Platinum Member
I'm trying to make a page with an embeded 'invisible' mp3 with this code:
<script language="javascript">
while (1==1) {
alert('This will not stop!');
}
</script>
Unfortunately the MP3 won't play with this code. Is there away I can make the song load, then have the script launched so that the user can't shutoff the browser AND music without Ctrl-Alt-Del'ing ?
(It's to prank a friend in case you were wondering)
<script language="javascript">
while (1==1) {
alert('This will not stop!');
}
</script>
Unfortunately the MP3 won't play with this code. Is there away I can make the song load, then have the script launched so that the user can't shutoff the browser AND music without Ctrl-Alt-Del'ing ?
(It's to prank a friend in case you were wondering)