• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTML/Javascript Help

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)
 
Back
Top