|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
confirm
Need to have function similar to javascript confirm() but one which would be data activated vs button->onclick. Such as have void purchase order screen. Need confirm if validation returns job is closed.
$sql="SELECT closed from jobs where jobno="$jobno""; $result=.. if ($closed){ confirm "Job is closed OK to void" } Any help appreciated |
|
#2
|
|||
|
|||
|
Message Moved
Thread moved from 'PHP Coding' to 'Client Side Things' by andrew.
Reason: probably better located in clientside |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > confirm |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|