超連結
<a href="http://欲連結網址">顯示文字</a>
表格、鍵入、輸出至另一php檔案
<form action="action.php" method="POST">
Your name: <input type="text" name="name" />
Your age: <input type="text" name="age" />
<input type="submit">
</form>
參考: GET和POST的差別 , Form 標籤 , HTML表單設計基礎,
<form action=""target="_self" method="post"> (把資料提交到本身的頁面)
回上一頁
<A HREF="javascript:history.go(-1)">回上頁</A>
<! 裡面為註解 -->
內置框架
<IFRAME SRC="http://udn.com"><IFRAME> 進階


0 comments:
Post a Comment