PHP Classes

File: htdocs/js/dnChooserPopup.js

Recommend this page to a friend!
  Classes of ask sa sa   PHP LDAP admin   htdocs/js/dnChooserPopup.js   Download  
File: htdocs/js/dnChooserPopup.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP LDAP admin
Perform operations to administer a LDAP server
Author: By
Last change:
Date: 1 year ago
Size: 295 bytes
 

Contents

Class file image Download
function dnChooserPopup(form,element,rdn) { mywindow=open('entry_chooser.php','myname','resizable=no,width=600,height=370,scrollbars=1'); mywindow.location.href = 'entry_chooser.php?form=' + form + '&element=' + element + '&rdn=' + rdn; if (mywindow.opener == null) mywindow.opener = self; }