feedburner

Enter your email to subscribe to articles:

Delivered by FeedBurner

Displaying Input Box

Label:

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




Bookmark and Share


0 komentar:

:)) :)] ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} ~x( :-t b-( :-L x( =))

Post a Comment