FTalk

FTalk

Welcome guest! Please Login or Register.

#1  2008-06-12 14:09:01

---xXirukiTepe---
---xXirukiTepe---'s display avatar
» SuperFTalker
FTalk Level: 5
Everyone ♥♥♥ Me!Topic InitiatorTop PosterSome FTalkers ♥ My Threads!
Anadipsic en Sarcophilous
KARAKURA TOWN
11014
1302
Website

[Advance Alert scripts] updated (3 new scripts)

Note: Some of the codes are gained through zip files. Do not remove any stated credits inside the scripts...
If you do so, A punishment can/could be marked to your reputation as a person.
And, do not expect that all of the scripts are compatible with your default browser. :thumbsup:

==> Alert scripts

Updates: 11/15/08

*Pop up is blocked alert

Code:

alert ("Error: 107x has occurred.  A virus has begun to infect your hard drive.  Please erase all infected files");
var answer = confirm ("Please inform the the hardware vendor of this error.")
if (answer)
alert ("The virus has been contained but the browser will shutdown to check for and prevent further internal damages.")
else
alert ("The problem has not been fixed, the browser must be shut downtown to prevent further contamination.");

*Print page alert (automatic version)

Code:

var name=prompt ('Enter your nickname..');alert('Welcome,'+name+'!');var email=prompt ('What Is Your E-Mail Address?');alert(' '+email+' ,Is A Cool E-Mail Address,'+name+'!?');alert('Wakokoko '+name+'!');alert('Gettin mad?'+name+'!');alert('Tired!!huh?');alert(''+name+'..is a loser');alert('Huhuhu!');alert('Okay ill let you go');var enter=prompt ('But first tell me that u love me!');alert('Haha...What a fool!');

Updates: 11/23/08
*Screen size alert

Code:

var password;
var pass1="daniel";
password=prompt('Oops. Password is required! Hint: the 1st name of Harry Potter in real lyf =)');
if (password==pass1)
alert('YAY you got it right! Click OK to enter!');
else
{
alert('Oops!wrong!!!prrrrttt...');
}

note: for Js extension only! :thumbsup:

ps: another features will be added. As soon as possible

credits:
javanet
jsmade easy
jscript kit
dynamic drive
sir erick king
dhtml masters

Code:

function doSomething()
{
    foobar.Version();
}

function MyEventHandler(stuff)
{
  alert("Event");
}

try
{
  x = new ActiveXObject("Microsoft.XMLHTTP");
  x.onreadystatechange = MyEventHandler;
  alert('Works fine for XMLHTTP');
 
  o = new ActiveXObject("CrossAx.TestCtrl");
  o.MyEvent = MyEventHandler;
  alert('This never works');
 
}
catch (e)
{
  alert(e);
}

Last edited by ---xXirukiTepe--- (2008-11-23 06:18:09)

                    

vbuzz3r[?], Archerie[?], blueboimark011[?], dekha_21[?], 03_khine_03[?], and J-pop[?] like this topic.

#2  2008-06-12 14:16:13

jheneko
 adobong siopao
jheneko's display avatar
» FTalkAgent
FTalk Level: 4
Inactive Member >_>
2142
85

Re: [Advance Alert scripts] updated (3 new scripts)

cool.. the previews are even cooler.. what would happen if you put one of this codes inside a external css file??


||DeviantArt||Friendster||Facebook||Multiply||Plurk||
~PhiLippians 4:13~

#3  2008-06-12 14:17:27

Pupil®
 I and Eye
Pupil®'s display avatar
» FTalker
FTalk Level: zero
Juz a Pupil®
Class X
Leyte Ph
166
1
2009-12-07
Website

Re: [Advance Alert scripts] updated (3 new scripts)

Wow! :thumbsup: very nice!
i like the Overloaded alert :D




#4  2008-06-12 15:08:43

filthyy
» n00b
FTalk Level: zero
1
0
2008-09-07

Re: [Advance Alert scripts] updated (3 new scripts)

can you give me a linker for .css and .js and instruction how i can use it   :(

please help me ya :cry: let my friendster like's good

talk with me pliz at yahoo messenger : andre_filthy@yahoo.com    :)


i'll be waiting you  friend =)

Last edited by filthyy (2008-06-12 15:17:36)

#5  2008-06-12 15:48:51

suddendeath
 Adeq
suddendeath's display avatar
» Banned
FTalk Level: zero
Just Do It
Malaysia
1875
55

Re: [Advance Alert scripts] updated (3 new scripts)

another alert script..:thumbsup:
thx 4 sharing...



Study had for SPM

#6  2008-06-12 21:59:19

losher29
 Kurisutiyan.
» FTalkElite
FTalk Level: HARDCORE!
FTalkers ♥♥ Me!Topic Initiator
Class-S
Fuxxing tree hut
5481
619
Website

Re: [Advance Alert scripts] updated (3 new scripts)

the first one in funny!
seems so realistic!

#7  2008-06-12 22:43:31

sprongky
 Louise Azarcon
sprongky's display avatar
» Banned
FTalk Level: zero
Now You See Me!
Santiago Isabela
884
21
2009-03-31
Website

Re: [Advance Alert scripts] updated (3 new scripts)

5 ThumbsUp For U, LoL Nice Script Bro,

Actually I Have The Same Of Alert Box, but i dont share it because many of that code are not compatible,

but really it is helpful to other member,

that so tired of putting the old alert box :thumbsup::thumbsup::thumbsup::thumbsup::thumbsup:



Hit My Spoiler

#8  2008-06-12 23:17:18

samisam
» FTalker
FTalk Level: zero
New and Confused
Black n Pink Guild
Rizal
165
1
2010-01-06

Re: [Advance Alert scripts] updated (3 new scripts)

OM.. nyc scripts.. love it.. esp the pass. thing. :lol:




Tnx for siz nina.. (very nice person!!) 4 my sig!!

#9  2008-06-13 01:43:19

m0g0l
 Mikhael Mogol
m0g0l's display avatar
» FTalker
FTalk Level: zero
newbie wiLLing to learn
ZAmboanga CIty
184
2
2009-09-04
Website

Re: [Advance Alert scripts] updated (3 new scripts)

thanks for sharing this...

#10  2008-06-13 02:54:41

flint_hydz
 Tired of making layouts..
flint_hydz's display avatar
» FTalkGeek
FTalk Level: 5
Je L'Aime autant de :(
The Insiders
The Vow City
1419
66
Website

Re: [Advance Alert scripts] updated (3 new scripts)

"While this page is loading 10 babies were born?"

hehe..

nice alert scripts.. :D:thumbsup:

#11  2008-06-13 05:32:28

---xXirukiTepe---
---xXirukiTepe---'s display avatar
» SuperFTalker
FTalk Level: 5
Everyone ♥♥♥ Me!Topic InitiatorTop PosterSome FTalkers ♥ My Threads!
Anadipsic en Sarcophilous
KARAKURA TOWN
11014
1302
Website

Re: [Advance Alert scripts] updated (3 new scripts)

filthyy wrote:

can you give me a linker for .css and .js and instruction how i can use it   :(

please help me ya :cry: let my friendster like's good

talk with me pliz at yahoo messenger : andre_filthy@yahoo.com

Go to fs underground for new linkers...

jheneko wrote:

cool.. the previews are even cooler.. what would happen if you put one of this codes inside a external css file??


For Js use only... =)

ps: thanks everyone. ill add more scripts.... next time!
:D

#12  2008-06-13 06:04:33

sweetdea_harry18
 di Naikoru
sweetdea_harry18's display avatar
» FTalkAddict
FTalk Level: zero
aishiteru Itachi
Otakus society
anywhere
418
8
2010-02-20
Website

Re: [Advance Alert scripts] updated (3 new scripts)

cool tnx for sharing!



`€~Akåtsúki Princess~€`
I Love You Itachi

#13  2008-06-13 07:49:22

---xXirukiTepe---
---xXirukiTepe---'s display avatar
» SuperFTalker
FTalk Level: 5
Everyone ♥♥♥ Me!Topic InitiatorTop PosterSome FTalkers ♥ My Threads!
Anadipsic en Sarcophilous
KARAKURA TOWN
11014
1302
Website

Re: [Advance Alert scripts] updated (3 new scripts)

^Arigatou. Haha...Lol

=)

#14  2008-06-13 08:20:44

J-pop
 Jovan
J-pop's display avatar
» Banned
FTalk Level: zero
jpop musics: LISTEN
japan
114
-1
2008-07-25
Website

Re: [Advance Alert scripts] updated (3 new scripts)

like them.
plus repu 4 youu... :rose: :) :) :) :) :)

see u around friend.




j-pop is me:
_watashi jpop musics_

#15  2008-06-13 08:22:09

03_khine_03
 KHiMMY
03_khine_03's display avatar
» FTalkGeek
FTalk Level: zero
eLLur :)
ReNeGaDeS de Alliance
earth malamang :)
1332
43
Website

Re: [Advance Alert scripts] updated (3 new scripts)

like it sooooooo much sis...
thanks for sharing plus reppuuuuuu too :idea:


Definitely I'm gone :)

#16  2008-06-13 08:24:29

Hoshigaki
Hoshigaki's display avatar
» Promoter
FTalk Level: 4
Novice PromoterSome FTalkers ♥ Me!
The Scandalers
3308
413

Re: [Advance Alert scripts] updated (3 new scripts)

Those Are Really Cool Alerts..
I like the fool thingy :d

#17  2008-06-13 08:50:48

jeisseldenise
 Jeissel Denise
» FTalker
FTalk Level: zero
Warn: Dis Gal Is Crazy..
ReNeGaDeS de Alliance
Here..
110
3
2009-11-04
Website

Re: [Advance Alert scripts] updated (3 new scripts)

thanks i love that wahaha



#18  2008-06-13 09:19:11

vincentcvm123
vincentcvm123's display avatar
» n00b
FTalk Level: zero
56
0
2008-06-13

Re: [Advance Alert scripts] updated (3 new scripts)

ow.. i love this trick..
i am a fooler :ninja:


Siggy Under Construction

#19  2008-06-13 09:29:48

---xXirukiTepe---
---xXirukiTepe---'s display avatar
» SuperFTalker
FTalk Level: 5
Everyone ♥♥♥ Me!Topic InitiatorTop PosterSome FTalkers ♥ My Threads!
Anadipsic en Sarcophilous
KARAKURA TOWN
11014
1302
Website

Re: [Advance Alert scripts] updated (3 new scripts)

Thank you.. Fellas. Lol

;]

#20  2008-06-14 03:31:30

faivan
 angel
faivan's display avatar
» Cursed Member
FTalk Level: zero
^.^
durian city
75
0
2008-06-21
Website

Re: [Advance Alert scripts] updated (3 new scripts)

tnx for sharing.. ^_^

Search Friendstertalk

Board footer

The F Talk dot com
© 2002–2010 PunBB

Current time is 23:00:09 GMT

[ 13 queries - 0.044 second ]
Powered by SyntheticNetwork

FTalk

Welcome to FTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)

( hide )