Wednesday, 25 April 2012

Pop up boxes using javascript



<script type="text/javascript">
function a()
{
var c=document.getElementById("t1").value
var d=document.getElementById("p1").value
alert('Hello' + '   '  + c + '  ' + 'your password  is ' + '  '+ d)

}


adding space between words

alert('hello' + '  ' + name)




No comments:

Post a Comment