作者cjoe (cjoe)
看板Web_Design
标题Re: [问题] 表单按钮
时间Thu Dec 15 15:26:08 2005
※ 引述《OTTOdoob ()》之铭言:
: 我做了一个最简单的按钮type=button
: 想要按下去之後连结到 A.htm, target是 _self
: 试过三种写法都失败了
: 每种写法按下去後仍然停留在本页,没有跳到 a.htm
: 请前辈指点一下哪些地方写错了,谢谢
: 写法一
: <Input type="button" value="q" onClick="window.location.href='a.htm'">
onClick="javascript:window.location.href='a.htm';">
^^^^^^^^^^^ ^
: 写法二
: <Input type="button" value="q" onClick="woondow.open('a.htm','_self')">
同上
: 写法三
: <a href="a.htm" target="_self">
: <Input type="button" value="q">
: </a>
这个....我没看过
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.171.109.226
1F:推 kc655039:写法二....应该要可以的,是typo吗woondow? 12/15 19:35
2F:推 kc655039:其实只要是叙述都应该可以,href那个是不是一定要完整路径 12/15 19:46
3F:→ kc655039:?我不清楚sorry 12/15 19:46