代码搜索:jScript
找到约 2,498 项符合「jScript」的源代码
代码结果 2,498
www.eeworm.com/read/274930/10844761
js ajax.js
function getHTTPObject() {
var xmlhttp;
/*@cc_on
@if (@_jscript_version >= 5)
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new Active
www.eeworm.com/read/384345/7133722
asp fun_config.asp
function Sqlinfo(str1,str2){return vb_Sqlinfo(str1,str2,"","","","");}
function Sqlinfo(str1,str2,str3){return vb_Sqlinfo(str1,str2,str3,"","","");}
funct
www.eeworm.com/read/458552/7294185
cs teacher.cs
using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.Security;
using System.Data;
using System.Data.SqlClient
www.eeworm.com/read/458552/7294191
cs student.cs
using System;
using System.Web;
using System.Web.UI;
using System.Data;
using System.Web.Security;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using StudentManager.DALFac
www.eeworm.com/read/452838/7431922
js xmlhttprequest.js
/* Create a new XMLHttpRequest object to talk to the Web server */
var xmlHttp = false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
try {
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
} catc
www.eeworm.com/read/452838/7431955
js xmlhttprequest.js
/* Create a new XMLHttpRequest object to talk to the Web server */
var xmlHttp = false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
try {
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
} catc