本文介绍了连接到URL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我单击该按钮时,我有一个按钮,我想打开一个网址的浏览器
如何编写代码
I have the one buttton in form when i click that button i want open the browser that with one url
how can i write the code
推荐答案
<INPUT Type="button" OnClick="window.open(''http://www.google.com'')" value="enter">
是吗?
Is it ?
这篇关于连接到URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!