誰能解釋一下這個函數﹖

szseesea 2003-03-20 10:48:54
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....我都不懂﹐謝謝了﹗這是別人的函數﹐我想看懂寫了些什麼﹐各位哥哥姐姐﹐幫幫忙把﹗﹗﹗﹗﹗﹗﹗
...全文
28 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
gucs 2003-03-20
  • 打赏
  • 举报
回复
其中,主要是对框架进行操作。
框架结构如下:

………
|
Client
|
+--fileTitle
|
+--fileText
|
+--departOperation


好象是设计地区和时间的。
placeStorage = document.all.filePlaceStorage.options(document.all.filePlaceStorage.selectedIndex).value
地区

timeStorage = document.all.fileTimeStorage.options(document.all.fileTimeStorage.selectedIndex).value
时间

options是数组,好像应该使用[]代替()。



我的观点。
szseesea 2003-03-20
  • 打赏
  • 举报
回复
document.all.fileplaceStorage......
What do "all" do?

28,408

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧