![]() |
#2
1916381412008-03-13 21:27
|
<html>
<input type="text" id="txt" />
<a href="#" onclick="javascript:window.open(document.getElementById('txt').value)">打开
</a>
</html>
我想打开输入到文本框中的链接地址,这样写不行,哪为大哥帮帮忙啊