home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2004 March
/
PCWorld_2004-03_cd.bin
/
Komunikace
/
myIE
/
M2Combo.exe
/
$_14327_
/
AssociateDialog.js
< prev
next >
Wrap
Text File
|
2003-12-15
|
371b
|
16 lines
function setMultiple()
{
document.frames("I1").frames("right").D3.multiple=false;
}
function applyAssociate()
{
var lrcItem=document.frames("I1").frames("right").D3.value;
if ((lrcItem!='') && (lrcItem!=null))
{
dialogArguments.writeAssociate(dialogArguments.associateItem,lrcItem);
window.close();
}
else
{alert('Not select lyric file!');}
}