An Confirmation box is an script created in Javascript,As the name suggests,Confirmation box is used to take confirmation of the users for any further step.it can be used anywhere,like for some form or something,you may have seen confirmation boxes on many website.
Below is an example of Confirmation Box:
-Click the button Below.
The pop up which came out,asking you about "YOU WANT TO CONTINUE" after you click on the above link was an example of Confirmation Box.
Below is the coding for that box :
and to get that button,just add the below coding at the end of the above coding:
Place this coding where ever you want an confirmation box.
FACING ANY PROBLEM,WRITE IT BELOW.
Below is an example of Confirmation Box:
-Click the button Below.
The pop up which came out,asking you about "YOU WANT TO CONTINUE" after you click on the above link was an example of Confirmation Box.
Below is the coding for that box :
and to get that button,just add the below coding at the end of the above coding:
<FORM> <INPUT TYPE="button" value="Go!" onClick="go_there()"> </FORM>
Place this coding where ever you want an confirmation box.
FACING ANY PROBLEM,WRITE IT BELOW.
0 comments:
Post a Comment