PHP Classes

File: vendor/b12phpfw/util.js

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   vendor/b12phpfw/util.js   Download  
File: vendor/b12phpfw/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: Update of vendor/b12phpfw/util.js
Date: 1 year ago
Size: 340 bytes
 

Contents

Class file image Download
// J:\awww\www\b12phpfw\util.js 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 ; }