JS技术

Js字符串数组相转换(8)

字号+ 作者:H5之家 来源:H5之家 2015-09-07 13:01 我要评论( )

onpaste Event Fires on the target object when the user pastes data, transferring the data from the system clipboard to the document. Platform Support IE Netscape Mozilla Opera Safari 4.0+ no no no 1.

onpaste Event

Fires on the target object when the user pastes data, transferring the data from the system clipboard to the document.

Platform Support
IE   Netscape   Mozilla       Opera   Safari
4.0+   no             no     no             1.0+

当用户从系统剪贴板粘贴数据、传输数据时,激活此事件。


2009-11-30 23:39:20阅读全文>>>

JS一组图片左右滚动


1、容器部分
DIV class=brand_logo><A class=Previous title=上一张
href="javascript:goPre()">上一张</A>
<DIV id=demo style="OVERFLOW: hidden; WIDTH: 876px; COLOR: #ffffff">
<UL style="WIDTH: 1760px">
<LI><A title=吉尔达专柜 href="" target=_blank><IMG height=40
alt=吉尔达专柜 src="穿世纪名品商城-穿领域最大的网上购物商城_files/200812041511097485.gif"
width=100></A> </LI>
<LI><A title=奥康专柜 href="" target=_blank><IMG
height=40 alt=奥康专柜 src="穿世纪名品商城-穿领域最大的网上购物商城_files/200812041513121825.gif"
width=100></A> </LI>
<LI><A title=法派专柜 href="" target=_blank><IMG height=40
alt=法派专柜 src="穿世纪名品商城-穿领域最大的网上购物商城_files/200812041525071831.gif"
width=100></A> </LI>
<LI><A title=飞鸵专柜 href="" target=_blank><IMG
height=40 alt=飞鸵专柜 src="穿世纪名品商城-穿领域最大的网上购物商城_files/200812041519396773.gif"
width=100></A> </LI>
<LI><A title=韩国SZ专柜 href="" target=_blank><IMG height=40
alt=韩国SZ专柜 src="穿世纪名品商城-穿领域最大的网上购


2009-11-30 23:24:44阅读全文>>>

几个JS常用代码

1. oncontextmenu="window.event.return&#118alue=false" 将彻底屏蔽鼠标右键

<table border oncontextmenu=return(false)><td>no</table> 可用于Table

2. <body onselectstart="return false"> 取消选取、防止复制

3. onpaste="return false" 不准粘贴

4. oncopy="return false;" oncut="return false;" 防止复制

5. <link rel="Shortcut Icon" href="favicon.ico"> IE地址栏前换成自己的图标

6. <link rel="Bookmark" href="favicon.ico"> 可以在收藏夹中显示出你的图标

7. <input style="ime-mode:disabled"> 关闭输入法

8. 永远都会带着框架

<script language="&#106avascript"><!--

if (window == top)top.location.href = "frames.htm"; //frames.htm为框架网页

// --></script>


2009-11-30 23:15:49阅读全文>>>

深入浅出JSON

JSON定义

    JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式,易于阅读和编写,同时也易于机器解析和生成。它基于ECMA262语言规范(1999-12第三版)中JavaScript编程语言的一个子集。 JSON采用与编程语言无关的文本格式,但是也使用了类C语言(包括C, C++, C#, Java, JavaScript, Perl, Python等)的习惯,这些特性使JSON成为理想的数据交换格式。

JSON的结构基于下面两点

  • 1. "名称/值"对的集合 不同语言中,它被理解为对象(object),记录(record),结构(struct),字典(dictionary),哈希表(hash table),键列表(keyed list)等
  • 2. 值的有序列表 多数语言中被理解为数组(array)
  • JSON使用:

    JSON以一种特定的字符串形式来表示 JavaScript 对象。如果将具有这样一种形式的字符串赋给任意一个 JavaScript 变量,那么该变量会变成一个对象引用,而这个对象就是字符串所构建出来的,好像有点拗口,我们还是用实例来说明。


    2009-11-30 22:56:33阅读全文>>>

    使用JS获取FCKEditor中的内容

  • // 获取FCKEditor中的内容: content为Editor实例的ID
  • function getEditorContents(){
  •    var oEditor = FCKeditorAPI.GetInstance("content");
  •    alert(oEditor.GetXHTML(true));
  • }
  •  
  • // 向编辑器插入指定代码
  • function insertHTMLToEditor(codeStr){
  •    var oEditor = FCKeditorAPI.GetInstance("content");
  •    if (oEditor.EditMode==FCK_EDITMODE_WYSIWYG){
  •    oEditor.InsertHtml(codeStr);
  •    }else{
  •    return false;
  •    }
  • }
  •  
  • // 统计编辑器中内容的字数

  • 2009-11-30 22:41:59阅读全文>>>

    js复制代码(IE/Firefox/NS)

    /**
    *JS复制代码
    */
    function copyData(text){
    var clipBoardContent,clip,trans,str,len,str,copytext,clipid;
    clipBoardContent = text;
    if(window.clipboardData){
       window.clipboardData.clearData();
       window.clipboardData.setData("Text", clipBoardContent);
    }
    else if(navigator.userAgent.indexOf("Opera") != -1){
       window.location = clipBoardContent;
    }
    else if (window.netscape){
       try{
        netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
       }catch (e){
        alert("您的当前浏览器设置已关闭此功能!请按以下步骤开启此功能!\n新开一个浏览器,在浏览器地址栏输入'about:config'并回车。\n然后找到'signed.applets.codebase_principal_support'项,双击后设置为'true'。\n声明:本功能不会危极您计算机或数据的安全!");
       }


    2009-11-30 19:08:14阅读全文>>>

    常用js表单验证

     

     

    1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

    相关文章
    网友点评
    >