当前位置:Gxlcms > PHP教程 > onclick跳转有关问题

onclick跳转有关问题

时间:2021-07-01 10:21:17 帮助过:19人阅读

onclick跳转问题


怎么能onclick之后获取 "t" 的值 在跳到query
------解决思路----------------------
document.getElementById("t").value 得到t 值,然后赋值给query
------解决思路----------------------

function load(){
var id=document.getElementById("t").value;
window.location.href = url=‘city.php?module=query&t='+t;
}

------解决思路----------------------
{literal}

{/literal}

{literal}

{/literal}

人气教程排行