Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Nov 29, 2005 1:04:04 GMT
Anyone else remember the fake "Delete this Message Board" thing Pat or Martyn put into General Talk over on PBS? Well this is the same, but better <div align="center"> <input type="button" value="Delete Forum" onclick="deleteIt()" /> </div>
<script type="text/javascript"> <!-- function deleteIt() { if(confirm("Are you sure you want to delete this message board and all posts on it?")) { document.body.style.display = 'none'; setTimeout('undeleteIt()',2500); } } function undeleteIt() { document.body.style.display = 'block'; alert("...Or maybe not"); } //--> </script>Goes: Whever you want it Preview: elindir2.proboards50.com/index.cgi?board=ahh
|
|
|
Post by BobbyKat LittleCub on Nov 29, 2005 3:37:33 GMT
Lol, a good one for April Fools Day!
|
|
|
Post by George® on Nov 29, 2005 15:21:54 GMT
me likey mikey...lol
|
|
cmm225
Junior Member
Posts: 64
|
Post by cmm225 on Nov 29, 2005 16:15:19 GMT
;D I love that. I'll definately try it out for the "funny" people who like to visit my forum.
|
|
|
Post by BobbyKat LittleCub on Nov 29, 2005 17:33:17 GMT
I have an idea, but can the button text be changed as well to say "Remove Ad"? Then the first line in blue text say "Are you sure you want to remove the ad?" Then the second blue text be changed to either "Virus Activated" or "Deleting forum", lol.
|
|
Richie
Veteran
^ Yes, That's me V_V
Posts: 624
|
Post by Richie on Nov 29, 2005 18:28:26 GMT
I have an idea, but can the button text be changed as well to say "Remove Ad"? Then the first line in blue text say "Are you sure you want to remove the ad?" Then the second blue text be changed to either "Virus Activated" or "Deleting forum", lol. yeah you can change that stuff. BTW, that'd be funny as hell (excuse my language)!!!!
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Nov 30, 2005 1:09:26 GMT
Glad you like it. Just let me know if there's any parts you want added/chaged such as extra confirmation boxes or alerts
|
|
|
Post by George® on Nov 30, 2005 1:36:05 GMT
extra confirmation boxes including several with cancel...lol
|
|
|
Post by BobbyKat LittleCub on Nov 30, 2005 2:31:25 GMT
<div align="center"> <input type="button" value="Remove Ad" onclick="deleteIt()" /> </div>
<script type="text/javascript"> <!-- function deleteIt() { if(confirm("Are you sure you want to remove ad?")) { document.body.style.display = 'none'; setTimeout('undeleteIt()',2500); } } function undeleteIt() { document.body.style.display = 'block'; alert("VIRUS ACTIVATED, DELETING FORUM"); } //--> </script>
Then after "VIRUS ACTIVATED, DELETING FORUM" add another timeout for a long enough period of time to really freak them out and have another pop up appear "...Or maybe not, lol!"
|
|
|
Post by George® on Nov 30, 2005 13:52:36 GMT
alert("VIRUS ACTIVATED, DELETING HARD DRIVE");
i like it...lol
|
|
Richie
Veteran
^ Yes, That's me V_V
Posts: 624
|
Post by Richie on Nov 30, 2005 19:04:58 GMT
Then after "VIRUS ACTIVATED, DELETING FORUM" add another timeout for a long enough period of time to really freak them out and have another pop up appear "...Or maybe not, lol!"how would you add another timeout?
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Nov 30, 2005 19:06:45 GMT
So something like: <div align="center"> <input type="button" value="Remove Ad" onclick="deleteIt()" /> </div>
<script type="text/javascript"> <!-- function deleteIt() { if(confirm("Are you sure you want to remove the ad?")) { document.body.style.display = 'none'; setTimeout('alert("VIRUS ACTIVATED, DELETING FORUM...");',1000); setTimeout('undeleteIt()',5000); } } function undeleteIt() { document.body.style.display = 'block'; alert("Or Maybe Not"); } //--> </script>That would get them to confirm, remove the forum, give an alert, and then finally restore it
|
|
Richie
Veteran
^ Yes, That's me V_V
Posts: 624
|
Post by Richie on Nov 30, 2005 19:14:05 GMT
thanx elindir, i'm gonna have lots of laughs with this! ;D BTW, Anyone else remember the fake "Delete this Message Board" thing Pat or Martyn put into General Talk over on PBS? when was this?
|
|
|
Post by BobbyKat LittleCub on Dec 1, 2005 4:08:57 GMT
Thanks Ross, That's absolutely perfect! I can't wait to try this!
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Dec 2, 2005 1:08:37 GMT
BTW, Anyone else remember the fake "Delete this Message Board" thing Pat or Martyn put into General Talk over on PBS? when was this? You expect we to remember the date? Pat (I'm pretty sure it was him) went a little mad. Probably stress from doing the finishing touches to v4. Anyway, he added a 'Delete this Message Board' link in the General Talk board header. As well as a big smiley face for some reason
|
|