What do you think of my JavaScript?
PHP Code:
What do you think? Dont know how to view?
Open notepad>copy and paste the code>save it with the extension .html>open a new tab in your broweser> got to file>open file> look for the file and BAM! Your done.
PHP Code:
PHP:
<script type=text/javascript>
var name=prompt(What is your wizards name?);
alert(hello +name+ how are you today?);
var name1=promt(How are you today? answer with good or bad only);
if(name1=good)
{
alert(Thats good to hear);
}
else(name1=bad)
{
alert(Aww, sorry to hear)
}
</script>
What do you think? Dont know how to view?
Open notepad>copy and paste the code>save it with the extension .html>open a new tab in your broweser> got to file>open file> look for the file and BAM! Your done.