Hi,
This code works fine from my computer ,
when I create a Dynpage and place this JavaScript in it . it doesn't work .
what im trying to do is to open the c: folder of the user ...
Hadar
<SCRIPT LANGUAGE="JavaScript"> function FolderChoose() { window.open ("file://c:/"); } </script>