10 2010 档案
摘要:1.IframeRefresh.aspx<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="IframeRefresh.aspx.cs" Inherits="FunctionTest.IframeRefresh" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Trans...
阅读全文
摘要:<script type="text/javascript"> var xmlhttp; function createHTTP() { //首先判断是否是IE浏览器 if(window.ActiveXObject) { xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } else if(window.XMLHttpRequest)//其...
阅读全文