代码搜索:jScript
找到约 2,498 项符合「jScript」的源代码
代码结果 2,498
www.eeworm.com/read/397713/8027079
php reader_add.php
function check(form){
if(form.name.value==""){
alert("请输入读者姓名!");form.name.focus();return false;
}
if(form.barcode.value==""){
www.eeworm.com/read/156803/11766049
html ex37_1.html
Welcome!
function changeMe() {
document.all.MyHeading.outerHTML = "Dynamic HTML is magic!";
document.all.My
www.eeworm.com/read/344336/11886861
js command.js
// JScript 文件
Abstract.Command = function(){}
Abstract.Command.prototype = {
initialize: function(id,img1,img2,img3,pos,left,top,width,height){
this.toolType = "Command";
www.eeworm.com/read/344336/11886995
js activetrace.js
// JScript 文件
/*绘制流动人口轨迹图
*
*/
activeTrace = Class.create();
activeTrace.prototype = Object.extend(new Abstract.ShapeMarker(),
{
initialize: function(ato)
{
this.init(ato);
this.a
www.eeworm.com/read/207890/15258857
html ex37_1.html
Welcome!
function changeMe() {
document.all.MyHeading.outerHTML = "Dynamic HTML is magic!";
document.all.My
www.eeworm.com/read/37323/1072776
php reader_add.php
function check(form){
if(form.name.value==""){
alert("请输入读者姓名!");form.name.focus();return false;
}
if(form.barcode.value==""){
www.eeworm.com/read/474884/1388424
js upload.js
// JScript File
window.focus();
Ext.onReady(function() {
Ext.BLANK_IMAGE_URL = '../../resources/images/default/s.gif';
Ext.QuickTips.init();
var btnShow = new Ext.Button({
www.eeworm.com/read/341282/3256160
js jsnews.js
// JScript 文件
function DelNews(id)
{
var object=admin_newmange_aspx.DeleteNew(id);
if(object.value==1)
alert("删除失败");
else
alert("删除失败");
}
function $(v) { return(document.getElemen