Can I access to another file (js) in my script code
for example I want build news script and I want put (js) file in my server and change the news in Source file ( js) when I change the window open in msn and display the news
Any file can be accessed, the question is: what do you want to do with a file? If a file is used, you may be able to read it, but it may as well be inaccessible.
"the news in Source file". I'm sorry? What do you mean by that?
Use the FileSystem object (Scripting.FileSystemObject) to edit your js file
Then, try out the function "UploadFileFTP" (or similar) to upload the js file into your server