代码搜索结果
找到约 89,667 项符合
JavaScript 的代码
javascript
404 Not Found
Not Found
The requested URL /text/javascript was not found on this server.
javascript
404 Not Found
Not Found
The requested URL /a/text/javascript was not found on this server.
javascript.cgi
#!/usr/local/bin/perl
# This script illustrates how to use JavaScript to validate fill-out
# forms.
use CGI qw(:standard);
# Here's the javascript code that we include in the document.
$JSCRIPT=
javascript.java
package com.meterware.httpunit.javascript;
/********************************************************************************************************************
* $Id: JavaScript.java,v 1.63 2004/12/
javascript.txt
function GetDiv(sDiv)
{
var div;
if (document.getElementById)
div = document.getElementById(sDiv);
else if (document.all)
div = eval("window." + sDiv);
e
javascript.txt
function GetDiv(sDiv)
{
var div;
if (document.getElementById)
div = document.getElementById(sDiv);
else if (document.all)
div = eval("window." + sDiv);
e
javascript.js
/*
* CodePress regular expressions for JavaScript syntax highlighting
*/
// JavaScript
Language.syntax = [
{ input : /\"(.*?)(\"||)/g, output : '"$1$2' }, // strings double
javascript.vim
" Vim syntax file
" Language: JavaScript
" Maintainer: Claudio Fleiner
" URL: http://www.fleiner.com/vim/syntax/javascript.vim
" Last Change: 2001 Apr 26
" For version 5.x: Cle