** The way I test it is \\134.139.175.11\scripts\calendar.pl **
You should be using forward slashes. Eg.
http://134.139.175.11/scripts/calendar.pl
I have no idea if that has anything to do with it.
** _dir=c:\inetpub\wwwroot\/calendarscript/session/ **
That is definitely not right. The second one looks correct but as though the user hasn't logged in yet hence the lack of a name= and username= variables.
** This is the path in the files
$BASE_DIR = "C:/Program Files/calendarscript/"; *
Going by the session variables, that line should probably be more like
$BASE_DIR = "C:/Inetpub/wwwroot/calendarscript/";
** I have the calendar.pl and calendar_admin.pl at C:/inetpub/scripts/ and
C:/inetpub/wwwroot/ and
C:/Program Files/calendarscript directories. **
Why
** it run the scripts but does not open the application. **
I don't know what that means.
Dan O.
[This message has been edited by DanO (edited October 12, 2003).]