form 禁止跳转

Posted nns4

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了form 禁止跳转相关的知识,希望对你有一定的参考价值。

1.e.preventdefault() 

2.

<form action="#" ref="form" target="testif" onSubmit={this.submit}>
<label htmlFor="title">ToDoList</label>
<input type="text" ref="title" name="title" placeholder="添加ToDo" required="required" autoComplete="off" />>
<iframe name="testif" style={{ "display": "none" }}></iframe>
</form>

以上是关于form 禁止跳转的主要内容,如果未能解决你的问题,请参考以下文章

delphi 窗口跳转

ionic5 路由跳转跳转传值返回上一页返回到根

Django框架学习----视图与模板(详情页的上下篇文章跳转跳转)

iframe中页面转跳的问题

用a标签实现域名转跳的网页代码

window.location.href 在浏览器里无法跳转