[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/include/js/ -> popup.js (source)

   1  /*********************************************************************************
   2    ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   3     * ("License"); You may not use this file except in compliance with the License
   4     * The Original Code is:  vtiger CRM Open Source
   5     * The Initial Developer of the Original Code is vtiger.
   6     * Portions created by vtiger are Copyright (C) vtiger.
   7     * All Rights Reserved.
   8    *
   9   ********************************************************************************/
  10  
  11  function mypopup()
  12  {
  13        mywindow = window.open("copyright.html","mywindow", "height=115, width=575");
  14        mywindow.moveTo(210,620);
  15  }


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7