This content has been marked as final.
Show 2 replies
-
1. Re: How to open InDesign file from the web location
Mac_06 Apr 26, 2010 7:51 PM (in response to Praveen10)For completing the intended task, you have to create a file in system and execute that.
Hope, this code will help you, given by Herbs in earlier disscussion.
linkJumper = File(Folder.temp.fullName+"/In-Tools.html"); linkJumper.open("w"); var linkBody = '<html><head><META HTTP-EQUIV=Refresh CONTENT="0; URL=http://in-tools.com"></head><body> <p></body></html>' linkJumper.write(linkBody); linkJumper.close(); linkJumper.execute();
Give your file path in URL.Mac
-
2. Re: How to open InDesign file from the web location
Praveen10 Apr 26, 2010 10:52 PM (in response to Mac_06)Hi Mac,
It's just writing the contents from the variable 'linkBody', but I want to open the files like InDesign, TXT, etc. directly from the URL address.
Pl. confirm.
Thanks,
Praveen

