Search
 
SCRIPT & CODE EXAMPLE
 

PHP

confirm before submit form php

onclick="return confirm('Are you sure you want to submit this form?')"
Comment

click confirm before submit form php

<form action="adminprocess.php" method="POST" onsubmit="return confirm('Are you sure you want to submit this form?');">
    <input type="submit" name="completeYes" value="Complete Transaction" />
</form>
Comment

PREVIOUS NEXT
Code Example
Php :: ubuntu 20 phpmyadmin install 
Php :: switch between php version ubuntu nginx 
Php :: if name value contains space in php 
Php :: get all pages list from specific template 
Php :: yii2 where in 
Php :: php nested array contains 
Php :: php create file html 
Php :: usleep php 
Php :: php time how long a function takes 
Php :: convert string to date php 
Php :: strpos codeigniter php 7 
Php :: get category name by id wordpress 
Php :: redirect all request to public folder laravel htaccess 
Php :: php read xml from url 
Php :: set font sytle phpspreadsheet 
Php :: remove register route in laravel 
Php :: how to add property to the request object 
Php :: php regex remove characters from string 
Php :: how to setup cronjob on cakephp on share hosting 
Php :: wordpress escape for html 
Php :: php reset mysql array 
Php :: is php still used 
Php :: Internal error: xmlSchemaXPathProcessHistory, The state object to be removed is not the first in the list. 
Php :: force https redirect php 
Php :: php reporting wrong time 
Php :: laravel gmail 
Php :: undefined variable _session 
Php :: vc_map type number 
Php :: preg_match number only in php 
Php :: php json hjeader 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =