论坛首页 Web前端技术论坛

实践ajax 2

浏览 2335 次
锁定老帖子 主题:实践ajax 2
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2007-02-26  
成果:
  1. prototype windows

目的:
实现一个弹出窗口, 里面包含留言表格

工具:
  • prototype windows
实现:
java 代码
 
  1. function c(){  
  2.     console.info("in show");  
  3.     //debugger;  
  4.     win = new Window({className: "mac_os_x", title: "Sample", width:200, height:150, destroyOnClose: true});  
  5.     win.getContent().update('<form>     subject:<br>        <input type="text" name="subject"><br>      comment:<br>        <textarea name="comment" rows="5" cols="18"></textarea><br>     <input type="submit">   </form>' );  
  6.     win.showCenter();  
  7. }  

小结:
prototype windows 提供了很多类型的窗口模式,在他的网站有各种窗口的演示。
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics