技術提供: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...

將文字大小Px 轉換成 Em CSS3 圓角 border-radius

要把 PX變成 EM非常簡單,1em=16px 假設字體大小為20px,希望字體大小變為24px,計算公式為24/20=1.2,因此字體大小為1.2em;如果希望字體大小為16px,公式為16/20=0.8,故字體為0.8em <div style="border:2px #ccc solid;border-radius:10px;width:360px;height:60px;background-color:#eee;">CSS3 border-radius 圓角範例</div> 四個角的語法 border-top-left-radius - 設定左上角 border-top-right-radius - 設定右上角 border-bottom-right-radius - 設定右下角 border-bottom-left-radius - 設定左下角 css語法 .abt-left img{ width:100%; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius:...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...

響應式選單menu

<!DOCTYPE html> <html lang="zh-TW">     <head>         <meta charset="utf-8">             <meta name="viewport" content="width=device-width, initial-scale=1.0">         <!--[if IE 7]>         <link rel="stylesheet" href="/stylesheets/font-awesome-ie7.min.css">         <![endif]-->         <!--[if lt IE 9]>         <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>  ...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...

Opencart 會員申請退換貨寄信通知管理員 (VQMOD)

開啟 catalog/controller/account/return.php 找出 $this-&gt;model_account_return-&gt;addReturn($this-&gt;request-&gt;post); 下面加入 $message =”您的顧客 <strong>”.$this->customer->getFirstName().” “.$this->customer->getLastName().”</strong> 提出了退換貨申請,請登入後台「訂單與會員管理/退換貨」查看。<br/><br><br>” .'<a href=”http://’.$_SERVER[“SERVER_NAME”].’/admin”>登入後台</a>’; $mail = new mail(); $mail->protocol = $this->config->get(‘config_mail_protocol’); $mail->parameter = $this->config->get(‘config_mail_parameter’); $mail->hostname...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...

不間斷的跑馬燈語法搭配php程式碼

<html> <head> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <title>孟甲商行</title> <style type="text/css"> #myDiv {                 overflow: hidden;                 width: 350px;                 background-color: red;        ...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...

php檔案上傳下載功能及語法

<?php //取得目前路徑 $fileDir = getcwd(); //執行刪除動作 if(isset($_GET["action"])&&$_GET["action"]=="delete"){ unlink($_GET["file"]); $fileDir =pathinfo($_GET["file"],PATHINFO_DIRNAME); //重新轉頁到目前目錄中 header("Location: ?dir=".$fileDir); } //執行上傳動作 if(isset($_GET["action"])&&$_GET["action"]=="upload"){ if($_FILES["upload"]["error"]==0){ move_uploaded_file($_FILES["upload"]["tmp_name"], $_POST["dir"]."//".$_FILES["upload"]["name"]); } //重新轉頁到目前目錄中 header("Location: ?dir=".$_POST["dir"]); } ?> <head> <meta http-equiv="Content-Type"...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...

table css樣式 border cellspacing cellpadding 寬高

 cellspacing表示表格間隔寬度,cellpadding表示表格的高度 table border="1" cellpadding="10" cellspacing="10" 艋舺大道 艋舺茶道 猛甲茶道 孟甲商行 夢甲商行 夢假孟真 border="1" cellpadding="5"(表格高度) cellspacing="0"(表格間 間格為0) 艋舺大道 艋舺茶道 猛甲茶道 孟甲商行 ...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...

php 點閱次數統計及點閱率語法

點閱次數:{BlogRec.blog_hits}作法 1.先在資料庫blog_msg資料表新增一個blog_hits欄位名稱   2.先新增一個updatehits.php/伺服器按加 / 點刪除紀錄 3. if ((isset($_GET['blog_no'])) && ($_GET['blog_no'] != "")) {   $deleteSQL = sprintf("DELETE FROM blog_msg WHERE blog_no=%s", GetSQLValueString($_GET['blog_no'], "int"));   mysql_select_db($database_blogConn, $blogConn);   $Result1 = mysql_query($deleteSQL, $blogConn) or die(mysql_error());   $deleteGoTo = "blognew.php";   if (isset($_SERVER['QUERY_STRING'])) {     $deleteGoTo...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...

設為首頁及加入最愛javascript語法

<a href="index.php">回到首頁</a> ‧<a href="#" onclick="window.external.AddFavorite('http://www.hala999.net/', '孟甲商行')">加入最愛</a> ~歡迎轉載,但請註明來源網站名稱和網址,文章若有侵權,請來信告知,我們會盡快處理~...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...

php檔案上傳表單 類型multipart/form-data

[PHP] 使用 move_uploaded_file 上傳中文檔名的問題 在 PHP 中由網頁上傳檔案的功能,比起很多語法是簡單得太多了!但是如果用來上傳中文檔案名稱的檔案,許多人都會踢到鐵板。不是無法上傳,就上傳後檔名怪怪的。以下我們就針對這個問題來做一些研究。 PHP上傳中文檔案發生錯誤的原因在於中文版的伺服器若是使用 Big5 在編碼,而由網頁送過來資料卻是以 UTF8 來編碼,如此一來在接收時就會產生編碼的錯失,導致檔案上傳的失敗。我們建議您修改的方式,就是將接收到的檔名,由 UTF8 轉為 Big5 的編碼,最後再儲存即可。 說到 PHP 編碼的轉換,就不得不介紹 iconv 這個函數了,在 PHP5 之後這個函數已經內建在系統中。他的基本使用方式如下: iconv( 原來的編碼 , 轉換的編碼 , 轉換的字串 ) 例如我們要將 $tranString 這個變數的字串由 utf8 轉換為 big5 的編碼,方式如下: iconv( "UTF-8" , "big5" , $tranString ) 那回到我們的問題,這裡我們簡單做一個上傳的表單(upload.html)與上傳的程式(upload.php),等一下就是由上傳表單選好要上傳的檔案,再送到上傳的程式進行檔案上傳的動作: 首先是上傳的頁面:upload.html <form...

"你是獵人還是獵物?"

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