Free php scripts.
scripturi pentru webmasteri - free web tools - copie si lipeste scripts pentru situl tau sute de scripturi
Daca vrei sa ai acces la baza de date trebuie sa te inregistrezi. Succes. Omae
|
Lista Forumurilor Pe Tematici
|
Free php scripts. | Reguli | Inregistrare | Login
POZE FREE PHP SCRIPTS.
Nu sunteti logat.
|
Nou pe simpatie: sunrise2007 pe Simpatie.ro
 | Femeie 21 ani Bucuresti cauta Barbat 34 - 54 ani |
|
omaebazooka
Administrator
 Inregistrat: acum 19 ani
Postari: 1105
|
|
<SCRIPT LANGUAGE="JavaScript"> <!-- ; // numberguess //
var guessme=Math.round(Math.random()*(99)+1); var speech='Guess my number (from 1 to 100)';
function process(mystery) { var guess=document.forms.guessquiz.guess.value; var speech='"'+guess+ '" does not make sense to me.'; document.forms.guessquiz.guess.value='';
if (guess==mystery) { document.forms.guessquiz.prompt.value='Congratulations! '+mystery+' is correct!'; alert ('Well done - the mystery number is '+mystery+'! nnPress this button to reload the page for another game.'); speech=''; document.location=document.location; }
if (mystery<guess) { speech='Less than '+ guess; }
if (mystery>guess) { speech='Greater than '+ guess; }
if (guess=='') { speech='You didn't guess anything!' }
document.forms.guessquiz.prompt.value=speech; document.forms.guessquiz.guess.focus();
}
// end hide --> </SCRIPT>
<FORM onSubmit="" NAME="guessquiz"> <CENTER> <TABLE ALIGN="CENTER" BGCOLOR="#888888" BORDER="3" CELLPADDING="5"> <TR> <TD BGCOLOR="#004080"> <FONT COLOR="#ffffff" FACE="Arial"><B>GUESS MY NUMBER (1 - 100)</B></FONT> </TD> </TR> <TR> <TD> <CENTER> <INPUT TYPE="text" NAME="prompt" SIZE="31" MAXLENGTH="40" VALUE="Guess my number (from 1 to 100)"><BR> <INPUT TYPE="text" NAME="guess" SIZE="3" MAXLENGTH="3" VALUE=""> <INPUT TYPE="button" VALUE="Guess" onClick='process(guessme)'> </CENTER> </TD> </TR> </TABLE> </CENTER> </FORM>
_______________________________________ "Living mistery" "RoTop69" "Producator vinuri nobile" - Paunesti,Vrancea, mail : info-at-cramanobless.ro Intra in lumea EREPUBLIK
|
|
pus acum 18 ani |
|