Page 1 of 1

run the executable file

Posted: Fri May 17, 2002 3:23 am
by ina
hi,
my code:

echo "<a href=\"JavaScript:PopUp('$db_path/$db_name_file');\"><img src=\"../images/btnview.gif\" border=0 alt=View></a>";

question:
1. please told me how to set the run file as readonly

2. from this after we update that file how to set the path/directory to save

Re: run the executable file

Posted: Fri May 17, 2002 8:38 am
by cwcollins
it is not clear, to me, from your post, what exactly you are trying to do. please clarify.

c.w.collins

Posted: Mon Jun 03, 2002 3:57 am
by ina
i try to create the file management system that available all user to access the document files likes (report.doc , stock.xls and others). but just certain user can edit the document and the others only as a viewer. so how to control that the file is open as readonly when user run on web.

thanks.