Displaying Input Box
Diposkan oleh
Ivan
Label:
Javascript
Here is a tutorial for Grid Input ( Input Box ) in Javascript:
<HTML>
<HEAD>
<script>
function input_nama()
{
var isian=prompt("Please insert your name :")
alert("Hiii "+isian)
}
</script>
</HEAD>
<BODY>
<input type="button" onClick="input_nama()" value="Coba" />
</BODY>
</HTML>
Please friends to try and can be developed for interactive web ...
Easy right?
by : Ivan
Subscribe to:
Post Comments (Atom)
:)) :)] ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} ~x( :-t b-( :-L x( =))
Post a Comment