[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/includes/modules/pages/checkout_payment/ -> jscript_main.php (source)

   1  <?php
   2  /**

   3   * jscript_main

   4   *

   5   * @package page

   6   * @copyright Copyright 2003-2006 Zen Cart Development Team

   7   * @copyright Portions Copyright 2003 osCommerce

   8   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

   9   * @version $Id: jscript_main.php 5207 2006-12-11 19:06:28Z drbyte $

  10   */
  11  ?>
  12  <script language="javascript" type="text/javascript"><!--
  13  var selected;
  14  var submitter = null;
  15  function popupWindow(url) {
  16    window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=320,screenX=150,screenY=150,top=150,left=150')
  17  }
  18  function couponpopupWindow(url) {
  19    window.open(url,'couponpopupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=320,screenX=150,screenY=150,top=150,left=150')
  20  }
  21  function submitFunction($gv,$total) {
  22    if ($gv >=$total) {
  23      submitter = 1;    
  24    }
  25  }
  26  
  27  function methodSelect(theMethod) {
  28    if (document.getElementById(theMethod)) {
  29      document.getElementById(theMethod).checked = 'checked';
  30    }
  31  }
  32  
  33  //--></script>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics