技術提供:Blogger.

創意網頁設計,響應式網頁,部落格版型,資料庫,購物車,Bootstrap,RWD,html,css,php,jquery,MySQL,專營綠茶,紅茶,高山凍頂烏龍,阿里山杉林溪梨山大禹嶺茶及茶葉罐杯壺禮盒批發零售,兼營艋舺快遞,汽機車外送,中央果菜市場,環南市場,迪化街等地代購採買及各項代理服務! 孟甲服務專線:0952-916626
E-mail:roberchen3@gmail.com


[回到上一頁]及跳頁 input及JavaScript 語法

<input type ="button" onclick="javascript:location.href='http://hala999.net'" value="回到 孟甲商行 首頁"></input> <input type ="button" onclick="history.back()" value="回到上一頁"></input> ~歡迎轉載,但請註明來源網站名稱和網址,文章若有侵權,請來信告知,我們會盡快處理~...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...

[ PHP ] 歐付寶金流串接範例

假設你的主機網址為 http://192.168.1.1 1.下載歐付寶 SDK PHP版本 https://github.com/allpay/PHP 開啟頁面後 點選右方 Download ZIP 下載後本機端解壓縮 開啟資料夾 AioSDK 複製該資料夾中的 AllPay.Payment.Integration.php 到你的主機中 例如放在這裡 http://192.168.1.1/AllPay.Payment.Integration.php 2.產生訂單 order_add.php 程式碼如下 <?php header("Content-Type:text/html; charset=utf-8"); include_once('./AllPay.Payment.Integration.php'); /*產生訂單範例*/ try { $oPayment = new AllInOne(); /* 服務參數 */ $oPayment->ServiceURL ="http://payment-stage.allpay.com.tw/Cashier/AioCheckOut "; $oPayment->HashKey = "5294y06JbISpM5x9";//這是測試帳號專用的不用改它 $oPayment->HashIV...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...

導行列 menu jquery 語法

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html>     <head>         <title>UI Elements: Large Drop Down Menu</title>         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>         <meta name="description" content="UI Elements: Large Drop Down Menu" />         <meta name="keywords" content="jquery, drop down, menu, navigation,...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...

jquery多種消失方法

<!doctype html> <html lang="en"> <head>   <meta charset="utf-8">   <title>jQuery UI Effects - Hide Demo</title>   <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">   <script src="//code.jquery.com/jquery-1.10.2.js"></script>   <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>   <link rel="stylesheet" href="/resources/demos/style.css">   <style>   .toggler { width: 500px;...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...

jquery拖拉功能

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>孟甲商行</title> </head> <body> <!doctype html> <html lang="en"> <head>   <meta charset="utf-8">   <title>jQuery UI Sortable - Default functionality</title>   <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">  ...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...

jquery 彈出視窗

<script> function popup(URL) { w = window.open(URL, "", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=1,resizable=0,width=600,height=600,left = 340,top = 212"); } </script> <form action="#">  <input type=button value="Open popup window" onClick="javascript:popup('http://hala999.net')"> </form> ~歡迎轉載,但請註明來源網站名稱和網址,文章若有侵權,請來信告知,我們會盡快處理~...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...
頁數共38頁  1234 下ㄧ頁