表單(form).pptVIP

  • 5
  • 0
  • 约2.38千字
  • 约 10页
  • 2016-10-14 发布于海南
  • 举报
表單(form)

表單(Form) 表單傳送與接收方式 GET 目的: 傳送資料,以取得想要的資訊 表單資料附加於網址之後傳送 Ex: join.php?name=fredage=32sex=F form name=f1 method=get action=search.php … /form POST 目的: 將資料傳送給網站 表單資料於http訊息之body部分,不會顯示於網址 form name=f1 method=post action=join.php … /form GET Example form name=f1 method=get action=join.php E-mail: input type=text name=email /br / Password: input type=password name=pwbr / Age: input type=text name=age size=4br/ input type=submit / input type=reset / /form 67/plab/join.php?email=ycchen@.twpw=pwd999age=32 POST Example form name=f1 method=post action=join.php E-mail: input type=text name=ema

文档评论(0)

1亿VIP精品文档

相关文档