Changeset 19411


Ignore:
Timestamp:
2010/11/07 02:49:29 (13 years ago)
Author:
konishi
Message:

表示テスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php

    r19406 r19411  
    238238                $_SESSION[preview] = $this->arrForm; 
    239239                print_r($_SESSION); 
    240                 $this->tpl_javascript = "window.open('/html/admin/products/product_preview.php','test','100','100');"; 
    241                 print_r($this->tpl_javascript); 
     240                $this->tpl_onload = "window.open('URL_DIR . admin/products/product_preview.php','test','100','100');"; 
     241                print_r($this->onload); 
    242242                $this->lfProductPage(); 
    243243             
Note: See TracChangeset for help on using the changeset viewer.