Pages: 1
You are viewing a post by flint_hydz. View all 5 posts in [quote][b]MODS[/b]: :arrow: [i]feel free to delete it or move it if it is not suited for this section[/i][/quote] I have a problem in my project in my IT subject. My teacher said that we have to use H.
.
Because HTML can't do calculations.
You can by using a Database, or Javascript, or PHP.
Example [ Javascript ] :
[quote]<script language="Javascript">
var pulnem;
pulnem = prompt("Please enter your full name.", " ");
document.write(pulnem);
document.write(" ,have a nice day.");
</script>[/quote]
[b]pulnem[/b] = It's a variable, you can change it to whatever you like..
I hope I helped you..