我怎么能弹出窗口.Asp [英] How I Can Do Pop Up Window In .Asp

查看:97
本文介绍了我怎么能弹出窗口.Asp的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在这张图片上解释了我需要的东西:

[img] http://www5.0zz0.com/2015/07/11/07/668679588.png [/ img]



我需要你的帮助尽快!!!!

I explain what I need on this image:
[img]http://www5.0zz0.com/2015/07/11/07/668679588.png[/img]

I need your helps asap!!!!

推荐答案

你可以使用javascript库实现这一点,最流行的例子是 jQuery UI 。请看以下内容:



http://jsfiddle.net/ robschmuecker / 9z2ag / 1 / [ ^ ] < br $> b $ b

http://salman-w.googlecode.com/svn/trunk/jquery-ui-dialog/modal-dialog-with-buttons.html [ ^ ]



更多例子:

http://salman-w.blogspot.fr/2013/05/jquery-ui-dialog-examples.html [ ^ ]



https://www.safaribooksonline.com/library/view/jquery-ui/9781449325176/ch04s05.html [ ^ ]



您也可以尝试 ExtJS 库,但它比jQuery更重,必须用于绑定数据网格和创建扩展的Web UI。



< a href =http://docs.sencha.com/extjs/4.0.7/extjs-build/examples/message-box/msg-box.html> http://docs.sencha.com/extjs/4.0 .7 / extjs-build / examples / message-box / msg-box.html [ ^ ]



这可能看起来像这样:



You can achieve this simply using javascript libraries, for example most popular is jQuery UI. Look at the following:

http://jsfiddle.net/robschmuecker/9z2ag/1/[^]

http://salman-w.googlecode.com/svn/trunk/jquery-ui-dialog/modal-dialog-with-buttons.html[^]

More examples:
http://salman-w.blogspot.fr/2013/05/jquery-ui-dialog-examples.html[^]

https://www.safaribooksonline.com/library/view/jquery-ui/9781449325176/ch04s05.html[^]

you can also try ExtJS library, but it's heavier than jQuery and must be used for binding data grids and creating extended web UI.

http://docs.sencha.com/extjs/4.0.7/extjs-build/examples/message-box/msg-box.html[^]

The could should look like this:

<div id="dialog" title="Dialog">
        <p>This dialog was created on document ready event with <code>autoOpen</code> set to <code>false</code>.</p>
        <p>It was opened by calling <code>.dialog(&quot;open&quot;)</code> method.</p>
    </div>
    <input type="button" id="button" value="Click to open the dialog">





javascript,显示弹出窗口:





javascript, that shows popup:

<script>
        /*
         * jQuery UI Dialog: Open Dialog on Click
         * http://salman-w.blogspot.com/2013/05/jquery-ui-dialog-examples.html
         */


(function(){
(function() {


(#dialog)。dialog({
autoOpen:false
});
("#dialog").dialog({ autoOpen: false });


这篇关于我怎么能弹出窗口.Asp的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆