Messages - shmuel1 [ switch to compact view ]

Pages: prev1 2 3 4 5 6 [7] 8 9 10next
31
OK, I have to work on those 2 items.

32
Active scripting is probably why you can't save some webpages. See this article:
http://www.techsupportforum.com/forums/f10/cant-save-web-page-right-click-disabled-by-web-page-476334.html
I might be able to make a script to quickly disable/enable active scripting. Let me know if you are interested.

The other option is just to make a PDF file out of the page.
Here's a free program to print almost anything to PDF format:
http://www.bullzip.com/products/pdf/info.php

33
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.

34
Now if only there was a utility to say what combinations were in use already

Here's a free program for finding all your keyboard shortcuts:
http://www.rjlsoftware.com/software/utility/shortcutkeys/

35
Post New Requests Here / Re: [IDEA] Opening List of Links
« on: June 03, 2012, 06:15 AM »
If you hold down the CTRL key while you click each link, each one opens in a new tab. I don't know if a dedicated app would be any easier than that.

Pages: prev1 2 3 4 5 6 [7] 8 9 10next
Go to full version