以下は、Dreamweaver cs 6のhtmlにあるコードで、ボタンをindex_home.html(魔女はログイン)からindex_main.htmlページに移動するためのものです。この背後にロジックはありません。onclick/href=が必要です。動作しますが、何らかの理由で動作しません!dreamweaver cs 6、html5を使用します。
私はhtmlの初心者ではなく、dreamweaverだけです:ここにコードがあります!
<div id="Buttons">
<br/>
<form method="post" name="buttons" id="buttons">
<button name="Login" id="Login" href="index_main.html">LogIn</button>
<button name="Register" id="Register" >Register</button>
</form>
</div>
長い間hrefが含まれているログインだけです。この基本的なものが機能するまで続けたくないです:)どんなアイデアでもありがたいです