home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Thomson (Residential)
/
TGSTPv7203.iso
/
mac
/
Documentation
/
HTML
/
TG585-v7_sv
/
wwhelp
/
wwhimpl
/
js
/
scripts
/
handler.js
next >
Wrap
Text File
|
2007-06-22
|
475b
|
26 lines
// Copyright (c) 2000-2001 Quadralay Corporation. All rights reserved.
//
function WWHHandler_Object()
{
this.mbInitialized = false;
this.fInit = WWHHandler_Init;
this.fUpdate = WWHHandler_Update;
this.fSyncTOC = WWHHandler_SyncTOC;
}
function WWHHandler_Init()
{
WWHFrame.WWHJavaScript.fInit();
}
function WWHHandler_Update(ParamURL)
{
}
function WWHHandler_SyncTOC(ParamURL)
{
WWHFrame.WWHJavaScript.fSyncTOC(ParamURL);
}