使用onclick跳转到指定页面的方法

1.如果是本页显示可以直接用location,方法如下:
  ①οnclick="javascript:window.location.href=' URL'"
  ②οnclick="location=' URL'"
  ③οnclick="window.location.href=' URL?id=11'"
2.如果页面中有frame可以在location前面添加top.mainframe.frames['right_frame'].location
实例:
';" title="新建下级部门/成员单位">


')" type="button" value="删除当前部门/成员单位">

你可能感兴趣的:(HTML5)