Shoutbox

Can I access to another file - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Can I access to another file (/showthread.php?tid=89765)

Can I access to another file by golden-man on 03-19-2009 at 11:23 PM

Hello every 1

I have a small question

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

plZ :)


RE: Can I access to another file by SmokingCookie on 03-24-2009 at 08:32 PM

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?


RE: Can I access to another file by roflmao456 on 03-24-2009 at 09:19 PM

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 :P