代码搜索:jScript
找到约 2,498 项符合「jScript」的源代码
代码结果 2,498
www.eeworm.com/read/356270/10233214
asp inc_xmlrpc.asp
//============================================================
// Copyright 2006-2007 VAL/ZYI. All Rights Reserved.
//==============================
www.eeworm.com/read/356270/10233215
asp inc_default.asp
//============================================================
// Copyright 2006-2007 VAL/ZYI. All Rights Reserved.
//==============================
www.eeworm.com/read/356270/10233216
asp inc_sidebar.asp
//============================================================
// Copyright 2006-2007 VAL/ZYI. All Rights Reserved.
//==============================
www.eeworm.com/read/356270/10233217
asp inc_article.asp
//============================================================
// Copyright 2006-2007 VAL/ZYI. All Rights Reserved.
//==============================
www.eeworm.com/read/356270/10233218
asp inc_trackback.asp
//============================================================
// Copyright 2006-2007 VAL/ZYI. All Rights Reserved.
//==============================
www.eeworm.com/read/356270/10233219
asp inc_login.asp
//============================================================
// Copyright 2006-2007 VAL/ZYI. All Rights Reserved.
//==============================
www.eeworm.com/read/356270/10233220
asp inc_page.asp
//============================================================
// Copyright 2006-2007 VAL/ZYI. All Rights Reserved.
//==============================
www.eeworm.com/read/356270/10233221
asp inc_common.asp
//============================================================
// Copyright 2006-2007 VAL/ZYI. All Rights Reserved.
//==============================
www.eeworm.com/read/356270/10233222
asp inc_feed.asp
//============================================================
// Copyright 2006-2007 VAL/ZYI. All Rights Reserved.
//==============================
www.eeworm.com/read/290426/7149036
js getandpost.js
// JScript 文件
function CreatXMLHttp()//创建xmlhttprequest对象
{
if (ActiveXObject)
{
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP")
}
else if(XMLHttpRe