DonationCoder.com Software > Post New Requests Here
IDEA: Drag Drop URL or Paste to save target to predefined destination
shmuel1:
I added lines 62 to 66 to close the tab after saving it. See the attached.
Remember to edit the hotkey (in line 7) to something that is not in use.
shmuel1:
Now if only there was a utility to say what combinations were in use already
--- End quote ---
Here's a free program for finding all your keyboard shortcuts:
http://www.rjlsoftware.com/software/utility/shortcutkeys/
magician62:
Finally had a chance to have a good play !:) A question, what would I need to change to force HTML every time ( as it seems to be the option I am always using), and bypass the pop up dialogue?
I tried setting
$answer = 1
at line 30, but every time it sets the default name as tabs.htm
shmuel1:
When you get tabs.htm as the file name, it means it's saving the page before it finished loading the desired webpage. I had that also, so I added some sleep time before saving the page. Since you are avoiding the dialog box, you need even more sleep time to let the page load before saving it.
Try adding Sleep(3000) before Line 46 Send("^s"). Adjust the sleep value to the amount of time that you need to load an average page.
magician62:
That solved it :) Now i can put it to a real test, and maybe discover why some pages will not save and others will
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version