Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキスト入力と送信ボタンが 1 つあるフォームがあります。送信ボタンがクリックされたときに taglib が実行されるようにしたいです。
私は以下のコードを書きますが、実行しません:
<form action="some page"> <input type="text" name="t1"> <input type="submit" oncick="<mytaglibName1: mytaglibNmae2> > </form>