On my web page is a link (a href="//server/....somedoc.doc) to an excel or word document. When the link is clicked, the document is opened and an instance of that file is created as well with in that directory the name ~$edoc.doc
Is there a way that I could code in my link not to create this file? I am using filesystemobject and I will have multiple files being displayed as my users starts clicking away on the files.
Also, although I have this code <a href="//server/....somedoc.doc target = "descriptions">, the excel and word open up in another window. txt files open up on the "descriptions" frame. Does it respect user's folder options..file types..browse in same window setting?
I also have a link to an active logfile (that is constantly updated by a batch job running behind the scene), once the link is clicked the date last modified of the logfile does not change anymore until the batch job is finished (release the file).
This means my user would not be able to view an updated logfile. There is hotfix for this in Microsoft but for Windows XP, not for Windows 2003 server OS. Is there a way to get around this?
Is there a way that I could code in my link not to create this file? I am using filesystemobject and I will have multiple files being displayed as my users starts clicking away on the files.
Also, although I have this code <a href="//server/....somedoc.doc target = "descriptions">, the excel and word open up in another window. txt files open up on the "descriptions" frame. Does it respect user's folder options..file types..browse in same window setting?
I also have a link to an active logfile (that is constantly updated by a batch job running behind the scene), once the link is clicked the date last modified of the logfile does not change anymore until the batch job is finished (release the file).
This means my user would not be able to view an updated logfile. There is hotfix for this in Microsoft but for Windows XP, not for Windows 2003 server OS. Is there a way to get around this?