Does snyone know the proper syntext for specifying the MAINDIRECTORY Directory of a website?
For example in a FORM action statement you would specify action="/directoryname/" and no matter what level within your directory tree this form action is placed the server treats this as an ABSOLUTE and will always direct the action to: MAINDIRECTORY/directoryname/ .
My question is what is the proper syntext to use in the ACTION statment so the server will see it as an absolute and ALWAYS post to the MAINDIRECTORY no matter what level within the directory tree the ACTION comes from?
I don't want to place "../" in front because I am posting to the main directory from many different levels within my web's directory tree. Is there an ABSOLUTE statement that will work?
I am using Windows 2003 Server with IIS 6.0
Thanks.
For example in a FORM action statement you would specify action="/directoryname/" and no matter what level within your directory tree this form action is placed the server treats this as an ABSOLUTE and will always direct the action to: MAINDIRECTORY/directoryname/ .
My question is what is the proper syntext to use in the ACTION statment so the server will see it as an absolute and ALWAYS post to the MAINDIRECTORY no matter what level within the directory tree the ACTION comes from?
I don't want to place "../" in front because I am posting to the main directory from many different levels within my web's directory tree. Is there an ABSOLUTE statement that will work?
I am using Windows 2003 Server with IIS 6.0
Thanks.