<TABLE cellSpacing=0 cellPadding=4 width="100%"> <TBODY> <TR> <TD vAlign=top align=left> <TABLE cellSpacing=0 cellPadding=0 width="99%" border=0> <TBODY> <TR> <TD vAlign=top> <P align=justify><FONT color=orange><NOBR> <CENTER> <TABLE cellSpacing=0 cellPadding=3 bgColor=black border=0> <TBODY> <TR> <TD width="100%"> <P><FONT color=#dd0066 size=4> <CENTER><I>Kérdezd a scriptet! :)</FONT></I></CENTER> <P></P><FONT color=white> <P>Írj be egy igen/nem-mel megválaszolható kérdést és a kristálygömb válaszol.</P> <P>Figyelem: a kristálygömbnek szeret szemétkedni!</P> <TABLE width="40%" border=0> <TBODY> <TR> <TD> <FORM name=input1><INPUT size=63 name=textfield> </FORM></TD></TR></TBODY></TABLE> <TABLE width="8%" border=0> <TBODY> <TR> <TD> <FORM><INPUT onclick=getAnswers() type=button value=Kérdezz! name=button1> </FORM></TD></TR></TBODY></TABLE> <SCRIPT language=JavaScript>
function getAnswers() {
time = new Date() randominteger = time.getSeconds()
if (document.input1.textfield.value == "") { alert("Nem írtál be semmit!") return }
if (randominteger <= 3) answer="Semmi esélyed rá!!!" if ((randominteger >= 4) && (randominteger <= 6)) answer ="Nos, kb. 70 % az esély rá." if ((randominteger >= 7) && (randominteger <= 9)) answer ="Tudod mit, erre a legjobb gyógymód az ha leszállsz rólam!" if ((randominteger >= 10) && (randominteger <= 12)) answer ="Én ehhez hülye vagyok! Kérdezd Phoebet, a charmed.hu oldalon!" if ((randominteger >= 13) && (randominteger <= 15)) answer ="Miért kérdezed a kristálygömböt? Úgyis tudod a választ..." if ((randominteger >= 16) && (randominteger <= 18)) answer ="Neeeeem!!!" if ((randominteger >= 19) && (randominteger <= 21)) answer ="Jó esélyek nyílnak meg előtted. Csak erőlködnöd kell!" if ((randominteger >= 22) && (randominteger <= 24)) answer ="Kérdezz később, lusta vagyok és sok a munkám." if ((randominteger >= 25) && (randominteger <= 27)) answer ="Ez titok..." if ((randominteger >= 28) && (randominteger <= 30)) answer ="Ez olyan biztos, mint ahogy a Nap süt." if ((randominteger >= 31) && (randominteger <= 33)) answer ="Szerinted én olyan zseni vagyok, hogy a te hülye, cikis kérdéseidre tudok válaszolni?!!!" if ((randominteger >= 34) && (randominteger <= 36)) answer ="Felejtsd el." if ((randominteger >= 37) && (randominteger <= 39)) answer ="Igen, megtörténhet. 80 % az esélye." if ((randominteger >= 40) && (randominteger <= 42)) answer ="Nem sok esély van rá." if ((randominteger >= 43) && (randominteger <= 45)) answer ="Hülye vagy?? természetesen igen!....Ha mégjobban meggondoljuk...csak lehetséges!" if ((randominteger >= 46) && (randominteger <= 48)) answer ="Igennn!" if ((randominteger >= 49) && (randominteger <= 51)) answer ="Meghülyültél?! Természetesen nem!" if ((randominteger >= 52) && (randominteger <= 54)) answer ="Ha van háziállatod, igen. Egyébként nem." if ((randominteger >= 55) && (randominteger <= 57)) answer ="Igen! Ez olyan biztos, mint ahogy a Nap északon kel és délen nyugszik.....Na ná, hogy nem!" if ((randominteger >= 58) && (randominteger <= 60)) answer ="Röhögnöm kell! Igen a válasz!"
var newWindow = window.open("","Results","width=300,height=300") newWindow.document.write("<html><body bgcolor='#000000' text='#FFFFCC' link='#00FFFF' alink='#000066' vlink='#6666FF'>") newWindow.document.write("<P align='center'><font size='4' color='#FFFF00'>A Te kérdésed:</P><P></P><font size='4' color='#FFFFCC'>") newWindow.document.write("<P align='center'>" + document.input1.textfield.value + "</P>") newWindow.document.write("<P></P><P></P><P></P><P align='center'><font size='4' color='#FFFF00'>A Kristálygömb válasza:</P><P></P>") newWindow.document.write("<font size='3' color='#FFFFCC'>") newWindow.document.write("<P align='center'>" + answer + "</P>") newWindow.document.write("<P></P><P></P><P align='center'><A HREF='javascript:window.close()'>Bezár</A></P>") }
</SCRIPT> </FONT></TD></TR></TBODY></TABLE></FONT><BR><BR> <P></P></CENTER></NOBR></TD></TD></TR></TBODY></TABLE></TD> |