Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

2012-10-03から1日間の記事一覧

button要素 formaction属性

button要素のformaction属性は、form要素のaction属性と同じ意味をもちますが、form要素よりも優先されます。 使用例 start.html <html lang="ja"> <head> <title>Hello! HTML5></title> <meta charset="UTF-8"> </head> <body> <form action="./regeister.html" method="post" id="order"> <p> 名前:<input type="text" id="name" /> </p> <p> </p></form></body></html>