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

2016年11月23日 星期三

動態廣告輪播 jquery

相關連結 Prev Next ...

2015年6月21日 星期日

在網頁之間傳遞資訊 FORM _POST

在網頁之間傳遞資訊 表單的後端處理 在瀏覽者輸入表單資訊並點取提交按鈕後,表單資訊會傳回Web伺服器,至於表單資訊的傳回方式則取決於 … 標籤的METHOD屬性,當METHOD=”GET”時,表單資訊會被存放在HTTP GET變數($_GET),表單處理程式可以透過這個變數取得表單資訊;當METHOD=”POST”時,表單資訊會被存放在HTTP POST變數($_POST),表單處理程式可以透過這個變數取得表單資訊;如果沒有設定METHOD屬性的值,表示為GET GET和POST最大的差別在於GET所能傳送的字元長度不得超過255,而且在傳送密碼欄位時,POST會將瀏覽者輸入的密碼加以編碼,而GET不會將瀏覽者輸入的密碼加以編碼,從這角度來看, POST的安全性比GET高 一、將表單資訊以E-MAIL形式傳送給指定的收件人 二、讀取表單資訊並製作成確認網頁 Example: phone.htm 大哥大使用意見調查表 姓  名: E-Mail: 年  齡: 未滿20歲 20~29 30~39 ...

2015年6月20日 星期六

PHP分頁

<div id="mainRegion"> <table width="90%" border="0" align="center" cellpadding="4" cellspacing="0"> <tr> <td><div...

2015年3月14日 星期六

menu標籤導覽列下拉選單

@import url(https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vdX_5OkbxUc3R63Tzu0dcO0BXDuFCtUuB4BKqChQt-EvEMdZsIYzB7GrvLNqrRGxkoMRM1XF4d7-FSVqwHbDFMsXQza4FU1WjwvHk9bF0Gv8JX4A=s0-d) ;color:#666;font-family:'Open Sans',sans-serif;font-size:12px;margin:0px;padding:0px} a{color:#23dbdb;text-decoration:none} a:hover{color:#000} ol,ul{list-style:none;padding:0px;margin:0px} #wrap20150314{margin:0 auto} .inner{margin:0 auto;max-width:940px;padding:0 40px} .relative{position:relative} .right{float:right}.left{float:left} #wrap20150314>header20150314{background-color:#333;padding-bottom:10px;height:30px;}/*導航列高度*/ #navigation{position:absolute;left:20px;bottom:0px;top:10px;}/*menu上下位置*/ #menu-toggle{display:none;float:right} #main-menu{float:right;font-size:0px;margin:0px...

2015年3月10日 星期二

標籤導航 MENU 語法 DEMO

*:after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .post-body { background: #1abc9c; } .container20150312 { padding: 80px; } .bt-menu { position: fixed; top: 0; left: 0; width: 100%; height: 0; border-width: 0px; border-style: solid; border-color: #333; background-color: rgba(0,0,0,0); -webkit-backface-visibility: hidden; -webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s; transition: border-width 0.3s, background-color...

2014年9月17日 星期三

圖片輪播 slidershow

domReady(function() { var instance1 = new ImageFlow(); instance1.init({ ImageFlowID:'minwtImageFlow' //imageflow?D?迂 ...

頁數共7頁  123456 下ㄧ頁