在网上有很多相关主题的讨论,但是一般都是用Iframe和XMLHTTP来实现。 ...
- 微软全部序列号
WindowsXP可以无限次激活的号码:CXGDD-GP2B2-RKWWD-HG3HY-VDJ7J或者RK7J8-2PGYQ-P47VV-V6PMB-F6XPQ ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 点击图片文本框中自动增加相对应的代码!类似QQ中的笑脸!
<img src="http://imgbbs.shangdu.com/images/smilies/f2.gif" border="0" onmouseover="this.style.cursor='hand';" onclick="javascript: AddText(':(');"> ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 屏蔽选择复制的代码
oncontextmenu='return false' ondragstart='return false' onselectstart ='return false' onselect='document.selection.empty()' oncopy='document.selection.empty()' onbeforecopy='return false' onmouseup='document.selection.empty()' ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 在网页里插入多媒体播放器
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- flash透明处理代码
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/
flash/swflash.cab#version=6,0,29,0" width="847" height="120">
...
flash/swflash.cab#version=6,0,29,0" width="847" height="120">
...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 常用的HTML代码
1. oncontextmenu="window.event.returnvalue=false" 将彻底屏蔽鼠标右键 ...