What's new

Search results for query: *

  1. Styx

    I need to know how to do this ;-;

    Yeah, to make it keep popping up, you just add more of them like this: <body onload="MM_popupMsg('1');MM_popupMsg('2');MM_popupMsg('3')"> so basically for every next popup, add this: ;MM_popupMsg('MESSAGEHERE') If you want to do this alot with the same message, just copy&paste it a lot of times...
  2. Styx

    I need to know how to do this ;-;

    Try this: <html> <head> <script type="text/JavaScript"> <!-- function MM_popupMsg(msg) { //v1.0 alert(msg); } //--> </script> </head> <body onload="MM_popupMsg('Fun\r')"> Then the rest of your code so this: <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"...
  3. Styx

    I need to know how to do this ;-;

    Yeah, won't work in a .swf I think you could also try putting it between the <head> and </head> section of the html, because then it will be loaded first. EDIT: 777th post :P
  4. Styx

    I need to know how to do this ;-;

    Did you get it working?
  5. Styx

    I need to know how to do this ;-;

    In the body of your code, you'll have to put this: I'm guessing you're using HTML onLoad="alert('hello world!')" Replace hello world with the text you want to display. Keep all the quotes.
  6. Styx

    I need to know how to do this ;-;

    You need to make onLoad popups, and just make as many as you want. So when the page loads, its set to pop up, and if you code a million of them, they'll all show up.
Top Bottom
Login
Register