求助!!!
javascript吧
全部回复
仅看楼主
level 1
白领集团 楼主
<input type="text" id="content" />
<input type="button" value="播放" onclick="visi()" />
<script type="text/javascript">
function visi(){
var con = document.getElementById("content").value;
var ad = "网址"+con+"#";
window.open("http://"+ad,"_self");
}
</script>
</ul>
</div>
<ul class="fed-list-info fed-part-rows">
</ul>
</div>
<iframe src="网址" width="100%" height="700px" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes">
</iframe>
2020年01月02日 15点01分 1
level 1
白领集团 楼主
如何让搜索框搜索的内容对接if框架内的网址呢,if框架内的网址+搜索内容,求大神修改修改!
2020年01月02日 15点01分 2
level 1
白领集团 楼主
就是框架内的网址后面加一个类似变量的代码,对接搜索框
2020年01月02日 15点01分 3
1