*What is prompt?
Prompt is just like alert box, but you can reply to it. For example
What's your name? // The prompt(alert clearly) ask what's your name
And down here is textbox, there you can write your name. This wont save your information it's just to show you how to work with it
Ok...
I don't have to remind you :P
PHP Code:
<script type="text/javascript">
</script>
PHP Code:
prompt="Hello, do you like epvpers?";
It will looks exactly like that...
This won't do anything if you want to redirect u to other page .etc you must make some codes...
Here is another example this contains variables and prompts
PHP Code:
var name=prompt("What's your name?");
alert("Welcome to epvpers " + name + " . "); // Will answer back Welcome to epvpers and your name..
I hope you enjoyed, please thanks for this tutorial if you like it and wait for the part 4 and the rest parts. Thanks, cheers.






