誰能解釋一下這個函數﹖
function DoChange()
{
client = window.top.frames['Client'];
if(document.all.filePlaceStorage.options.length > 0)
{
placeStorage = document.all.filePlaceStorage.options(document.all.filePlaceStorage.selectedIndex).value;
timeStorage = document.all.fileTimeStorage.options(document.all.fileTimeStorage.selectedIndex).value;
{
client.frames['fileTitle'].location.href = "../DepartFile/Filetitle.asp?LibId="+1+"&placeStorage="+placeStorage+"×torage="+timeStorage;
client.frames['fileText'].location.href = "../DepartFile/FileText.asp";
client.frames['departOperation'].location.href = "../DepartFile/Departoperation.asp";
}
}
}
誰能解釋一下這個函數﹖window....和document....我都不懂﹐謝謝了﹗這是別人的函數﹐我想看懂寫了些什麼﹐各位哥哥姐姐﹐幫幫忙把﹗﹗﹗﹗﹗﹗﹗