Changeset 11038 for temp/branches


Ignore:
Timestamp:
2006/12/21 10:49:02 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl

    r11037 r11038  
    44<script type="text/javascript"> 
    55<!-- 
    6 function test() { 
     6function fnGetIds() { 
    77    var change_tag = document.getElementsByTagName("div"); 
    88    var ids = ""; 
     
    2020function init() { 
    2121    if(<!--{$tpl_test}-->) { 
    22         alert(test()); 
     22        var ids = fnGetIds(); 
    2323        location.href = './index.php?test=1&ids=' + ids; 
    2424    } 
Note: See TracChangeset for help on using the changeset viewer.