home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1996 June
/
PCOnline_06_1996.iso
/
mrmore
/
mrmore.dir
/
00036_Script_36
< prev
next >
Wrap
Text File
|
1996-04-11
|
342b
|
15 lines
-- Sound in den Einkaufskorb
on mouseUp
global gsPopupType, gsPopupCont
ClickButton(the clickOn)
set s = the text of field ("InstallDesi")
if s contains "Keine Daten gewΣhlt" then set s = ""
if s <> "" then set s = s & return
set the text of field ("InstallDesi") = s & gsPopupCont
ClosePopup()
end