365key.com
发现·保存·分享@天天网摘

Q版365key  设为首页 加为收藏 帮助

 首页  网址  添加  我的网摘  我的订阅  最新网摘  收录榜  点击榜  同好  配置  工具箱  标签  兴趣小组 
  IT168 |  华军下载 |  猫扑 |  VeryCD |  CSDN技术 |  DoNews |  9Flash |  中金 |  游侠 |  股票天下 |  游戏公会 |  电子工程 |  白银时代 |  和365Key合作

ctiam0的网摘列表 RSS格式输出  365Key邮件订阅,每天可以定期收到邮件通知  使用 POTU 订阅
搜索词: 时间:
分类:     排序:
 
刷新列表 共1页、6项网摘
Lightbox JS v2.0点击:21
 分类:js 时间:2007-3-17 9:26:47 ctiam0收录 (还有9人收录) 复制到我的网摘
Overview
Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers.
What's New in Version 2.0
Image Sets: group related images and navigate through them with ease
Visual Effects: fancy pants transitions
Backwards Compatibility: yes!
Example
Single Images
Image Set

How to Use:
Part 1 - Setup
Lightbox v2.0 uses the Prototype Framework and Scriptaculous Effects Library. You will need to include these three Javascript files in your header.


Include the Lightbox CSS file (or append your active stylesheet with the Lightbox styles).
Check the CSS and make sure the referenced prev.gif and next.gif files are in the right location. Also, make sure the loading.gif and close.gif files as referenced near
http://www.huddletogether.com/projects/lightbox2/
window.showModalDialog的相关问题--Major's Zone点击:40
 分类:js 时间:2007-2-3 6:11:05 ctiam0收录 复制到我的网摘
window.showModalDialog的相关问题
Javascript有许多内建的方法来产生对话框,如:window.alert(), window.confirm(),window.prompt().等。 然而IE提供更多的方法支持对话框。如:

showModalDialog() (IE 4 支持)

showModelessDialog() (IE 5 支持)

window.showModalDialog()方法用来创建一个显示HTML内容的模态对话框,由于是对话框,因此它并没有一般用window.open()打开的窗口的所有属性。

window.showModelessDialog()方法用来创建一个显示HTML内容的非模态对话框。

当我们用showModelessDialog()打开窗口时,不必用window.close()去关闭它,当以非模态方式[IE5]打开时, 打开对话框的窗口仍可以进行其他的操作,即对话框不总是最上面的焦点,当打开它的窗口URL改变时,它自动关闭。而模态[IE4]方式的对话框始终有焦点(焦点不可移走,直到它关闭)。模态对话框和打开它的窗口相联系,因此我们打开另外%u768
http://www.7dee.cn/blog/user1/major/archives/2006/10.html
How to Create an HTML Editor Application点击:45
 分类:js 时间:2007-2-3 6:06:40 ctiam0收录 复制到我的网摘
HTML Editor Application研究研究,争取3天内写出自己的editor
http://msdn.microsoft.com/workshop/author/editing/tutorials/html_editor.asp?frame=true
一个全选效果,很实用[来看看] - 前台制作与脚本专栏 - 经典论坛点击:30
 分类:js 时间:2007-1-21 16:38:43 ctiam0收录 复制到我的网摘
拆分关键词
'===================================================
' 要解决的问题:
' 当遇到多个空格的时候要对KeySource进行处理。
' 多个空格要转成一个空格
' 不然搜索的关键字中回有空值,从而显示全部新闻
'===================================================
Function SplitKeyWords(ByVal KeySource,OpreatTag)
Dim output
output = Split(KeySource,OpreatTag,-1,1)
SplitKeyWords = output
End Function

'合并字段 [返回:] title like 'qq' or content like 'qq'
Function UniteColumns(ColumNames,OpearteChar,IsVarChar,OpearteValue)
Dim output
Dim charText '是字符串,则加引号
http://bbs.blueidea.com/thread-2714591-1-1.html
【分享】学习正则的一些心得 - 前台制作与脚本专栏 - 经典论坛点击:36
 分类:js 时间:2007-1-19 18:57:10 ctiam0收录 复制到我的网摘
【分享】学习正则的一些心得
http://bbs.blueidea.com/thread-2179312-1-1.html
[收藏] JavaScript 经典效果集-我爱蓝色 - 前台制作与脚本专栏 - 经典论坛点击:61
 分类:js 时间:2006-12-26 11:32:34 ctiam0收录 (还有1人收录) 复制到我的网摘
蓝色经典一个比较酷的专题
http://bbs.blueidea.com/thread-2486328-1-1.html
页码: [1 共1页、6项网摘

使用帮助 |  如何保存网摘 |  给365Key提建议 |  媒体报道 |  站长推广须知
Copyright (C) 2004 365Key.com--天天网摘 All Rights Reserved