home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
com!online 2002 June
/
comonline0602.iso
/
software
/
golive5
/
GoLive5_Tryout.exe
/
MM7.Cab
/
F1806_UPMain.scpt.A1180258_69AD_4130_944D_0B6274131723
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-08-17
|
230 b
|
7 lines
function CSURLPopupShow(formName, popupName, target) {
var form = CSFindElement(formName);
var popup = form.elements[popupName];
window.open(popup.options[popup.selectedIndex].value, target);
popup.selectedIndex = 0;
}