Monday 22 July 2013

How to Insert Textbox within Alert Box

When you click comment,you will get Input type within alert Box

Coding:

<form name="myForm">
<div class="d">
<p><span  onclick="var newtextarea=window.prompt('Enter the message');">Comment</span> </p>
</div>
</form> 
 
Download Coding: 

No comments:

Post a Comment