本文介绍了预览用户键入的网页地址的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我旁边有一个文本框和一个按钮.用户键入一个网页地址,并在单击按钮后打开一个新窗口,以预览用户键入的网页.

I have a textbox and a button next to it. The user types a web page address and upon clicking the button a new window is supposed to open up to preview the web page typed by the user. How do I do that?

推荐答案


<head runat="server">
    <title></title>
    <script src="Scripts/jquery-1.4.1.min.js" type="text/javascript"></script>
    <script type="text/javascript">



这篇关于预览用户键入的网页地址的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 03:07