Changeset 16948


Ignore:
Timestamp:
2007/12/25 16:20:09 (16 years ago)
Author:
satou
Message:

ペイジェント決済モジュールのモバイル対応のため

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/html/mobile/shopping/complete.php

    r16665 r16948  
    7777            // URL¤Î¾ì¹ç¤Ë¤Ï¥ê¥ó¥¯¤Ä¤­¤Çɽ¼¨¤µ¤»¤ë 
    7878            if (preg_match('/^(https?|ftp)(:\/\/[-_.!~*\'()a-zA-Z0-9;\/?:\@&=+\$,%#]+)$/', $val["value"])) { 
    79                 $arrOther[$key]["value"] = "<a href='#' onClick=\"window.open('". $val["value"] . "'); \" >" . $val["value"] ."</a>"; 
     79                $arrOther[$key]["value"] = "<a href='". $val["value"]. "'>". $val["value"]. "</a>"; 
    8080            } 
    8181        } 
    82  
    8382        $objPage->arrOther = $arrOther; 
    84  
    8583    } 
    8684 
Note: See TracChangeset for help on using the changeset viewer.