PHP Classes

File: fwphp/glomodul/adrs/util.js

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/adrs/util.js   Download  
File: fwphp/glomodul/adrs/util.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change:
Date: 1 year ago
Size: 304 bytes
 

Contents

Class file image Download
function jsmsgyn(p_todo, p_url) { var ret; var yes = confirm(p_todo); if (yes == true) { ret = '1'; if (p_url) { location.href=p_url; } } else { ret = '0'; } The button you pressed is displayed in the result window. document.getElementById(demo).innerHTML = ret; return ret ; }