js获取input并跳转
答案:4 悬赏:0 手机版
解决时间 2021-03-17 16:51
- 提问者网友:战皆罪
- 2021-03-16 17:09
js获取input并跳转
最佳答案
- 五星知识达人网友:我住北渡口
- 2021-03-16 17:35
用window.location.href = url;
js完成
function toPage(){
url = document.getElementById(inputId).value;
window.location.href = url;
}
js完成
function toPage(){
url = document.getElementById(inputId).value;
window.location.href = url;
}
全部回答
- 1楼网友:舊物识亽
- 2021-03-16 20:11
window.location,href="URL?str="+form.inputID.value;
- 2楼网友:你可爱的野爹
- 2021-03-16 19:40
function shownewwindow()
{
var searchstr=document.getElementById("Text1").value;
if (searchstr.length<=0)
{
return;
}
else
{
window.open("search.aspx?strs="+searchstr,"站内搜索","toolbar=no, status=no,menubar=no, scrollbars=no,resizable=no,width=400,height=200,left=300,top=200");
}
}我自己用的一段,你看看好了
{
var searchstr=document.getElementById("Text1").value;
if (searchstr.length<=0)
{
return;
}
else
{
window.open("search.aspx?strs="+searchstr,"站内搜索","toolbar=no, status=no,menubar=no, scrollbars=no,resizable=no,width=400,height=200,left=300,top=200");
}
}我自己用的一段,你看看好了
- 3楼网友:白昼之月
- 2021-03-16 18:57
简单写了个jq的
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯