已解决回复 10楼 icecool
谢谢icecool的帮忙。我的问题已经解决的啦
回复 10楼 icecool
<script language="javascript">function open_tool(tem_key)
{
var tem_href;
var file_path;
var tem_file;
tem_href=document.location.href;
tem_file=location.href.match(/\/([^\?/]*)(\?|$)/)[1];
file_path=tem_href.replace(tem_file,"");
if(tem_key=="format_tool32"){
var strPath=file_path + "fat32.exe";}
if(tem_key=="format_tool"){
var strPath=file_path + "fat.exe";}
if(tem_key=="copy"){
var strPath=file_path + "copy.exe";}
if(tem_key=="old_tool"){
var strPath=file_path + "IWTBurnIn.exe";}
var objShell = new ActiveXObject("wscript.shell");
objShell.Run(strPath);
objShell = null;
}
</script>又要请你来帮忙的了。如果我把那些软件放在文件夹下代码是怎样写的呢?软件放在一起很乱。我想用文件夹来分类再把那软件放到各个文件夹下。帮忙我写一下出来。谢了!