首先我创建一个包含框架的索引页面,并将所有框架命名为nasa google you tube等。 然后在搜索页面上
<input id="main_category_lan1" value="test" />
<a href="javascript:void(0)"
onmouseover="
window.open('http://nasasearch.nasa.gov/search?utf8=%E2%9C%93&affiliate=nasa&query='
+document.getElementById('main_category_lan1').value)", target="nasa">s</a>
<a href="javascript:void(0)"
onmouseover="window.open('https://www.youtube.com/results?search_query=lecture'
+document.getElementById('main_category_lan1').value)",target="google">e</a>
但每次在新标签页中打开时都无效。另外我想用一个按钮打开两个页面。 我该怎么办?感谢。
答案 0 :(得分:0)