in reply to Re: Script Visability and Security
in thread Script Visability and Security

I will add to that the simple fact that the full path to the script is already available within the source of your .shtml file.. "form action="

Update: of course by full path, I mean the full URL which is what you were concerned with.
Thanks echo for pointing that out.

Replies are listed 'Best First'.
Re: Re: Re: Script Visability and Security
by echo (Pilgrim) on Sep 18, 2001 at 11:25 UTC
    "form action=" points to the URL of the script, something quite different from its file system path.