close

avaScript : 速查表
http://www.cs.ccu.edu.tw/~cyh87u/manual/javascript/qref.htm


 

導向網頁:

header("location: http://www.many.com.tw")

header("location: simple.php")

header("HTTP/1.0 404 Not Found")

header("refresh:秒數")

header("refresh:5 ; url=index.php")

<? 

header ("Pragma: no-cache");

header("Expires: 0");

header ("Cache-Control: no-cache, must-revalidate");

?>

 


 

回上頁:

<input type="button" value="回上一頁" name="B2" onclick="javascript:history.go(-1)">

 

用按鈕:
<input type="button" value="回上一頁" onclick="link()">
   <script language="JavaScript"> 
    function link() { 
      window.location="index.php";   ←指定回去的PHP路徑
    }
</script>

確認視窗:
<a href="javascript:if(confirm('確定要刪除?'))location='delete.php?id=1'">刪除</a>
雙引號太多用\
<a href=\"javascript:if (confirm('你確定要刪除此筆資料嗎?')) location.href='sql.php?cmd=del_company&id=".$item[$i][0]."'\">刪除</a>



arrow
arrow
    全站熱搜
    創作者介紹
    創作者 arvin1129 的頭像
    arvin1129

    阿罵尼 ` Station

    arvin1129 發表在 痞客邦 留言(0) 人氣()