Search found 102 matches

by rguez_18
Sat Dec 02, 2006 10:46 am
Forum: General Support & Discussions
Topic: SAVEITEM with PDF as Partial Page
Replies: 12
Views: 11429

pdf

Hi, I've also experienced the same problem when downloading a pdf that is within the frame of an html page, what I did was to save the webpage as "webpage complete" then it will create a folder on the path you specified with the pdf inside, I added a vb.net code that will open that folder ...
by rguez_18
Mon Oct 30, 2006 2:54 pm
Forum: General Support & Discussions
Topic: Mozilla Firefox Plugin
Replies: 1
Views: 2497

Mozilla Firefox Plugin

Hi Good Day! I'm trying to create a load testing program for my web application, and one thing I'd like to be a feature is, instead of using just IE, i like it also to be tested under a mozilla firefox browser with my script. I want to simulate user experiences with different browsers such as IE and...
by rguez_18
Fri Oct 20, 2006 11:55 pm
Forum: General Support & Discussions
Topic: Error handling inside a loop
Replies: 2
Views: 3365

Call your Macro by a script

Imacros is very powerful when combined with a script such as vbscript, vb.net, C# etc. If your familiar with programming one of these I suggest you combine your macros with one of them and do the error handling on the script side. some samples for calling macros on a script are available when you in...
by rguez_18
Thu Aug 31, 2006 10:30 pm
Forum: General Support & Discussions
Topic: Hope for Help PLS
Replies: 6
Views: 5846

Use Loop

Try using Loop. see example for looping. Hope this helps.
by rguez_18
Mon May 15, 2006 8:53 pm
Forum: How-To's and useful iMacros: All other topics
Topic: Embedding in VB is a must, Here's an app to create code...
Replies: 40
Views: 395692

Cool

Great tool, never knew I can hide my script within vb, a great add on would be a C#.NET generator or an option between VB and C# :lol: . Thanks A Lot!
by rguez_18
Thu Mar 30, 2006 3:41 pm
Forum: General Support & Discussions
Topic: Save as dialog
Replies: 4
Views: 5300

PDF

I've noticed your trying to download a pdf, are you using Acrobat Professional or just a pdf reader. I've experienced this error whenever Adobe issues an update for my Adobe Professional 7 after the update, it goes through ok. Just a thought. Hope this helps. Thnx
by rguez_18
Tue Feb 28, 2006 9:19 pm
Forum: General Support & Discussions
Topic: Click Cancel on Print Dialog
Replies: 2
Views: 4400

Added

Has this feature been added on the latest build?

Thanks!
by rguez_18
Mon Jan 30, 2006 4:44 pm
Forum: General Support & Discussions
Topic: Click Cancel on Print Dialog
Replies: 2
Views: 4400

Click Cancel on Print Dialog

Hi, I'm currently automating data extraction from a website, this site has a Java applet containing a toolbar, when I click on print on the toolbar it launches a new page and opens the Print Dialog automatically, problem is I don't want to print the page I just want to save the new page being open w...
by rguez_18
Mon Jan 16, 2006 9:27 pm
Forum: General Support & Discussions
Topic: Proxy Server log-In
Replies: 5
Views: 8430

Proxy

Please disregard, I've found out why... - Application is packaged on a higher version of internetmacro while the deployment pc is running on an older version. - A bit of suggestion though. -Backward compatibility for all versions or atleast a useful error message for debugging saying the version are...
by rguez_18
Mon Jan 16, 2006 8:38 pm
Forum: General Support & Discussions
Topic: Proxy Server log-In
Replies: 5
Views: 8430

Here's the complete macro: VERSION BUILD=5001108 TAB T=1 TAB CLOSEALLOTHERS SET !ENCRYPTION NO 'ONLOGIN USER={{!Uname}} PASSWORD={{!PWord}} URL GOTO=WWW.YAHOO.COM SIZE X=876 Y=627 I've tried putting in the Log-in account for the proxy on the macro (replacing the variables with static text) and it wo...
by rguez_18
Mon Jan 16, 2006 4:32 pm
Forum: General Support & Discussions
Topic: Proxy Server log-In
Replies: 5
Views: 8430

Proxy Server log-In

good Day! I'm having trouble deploying my application, I have a desktop application calling internetmacro, may problem is on our network whenever we use an internet connection it prompts us with a proxy log-in to access the internet, I've tried using the: ONLOGIN USER={{!Uname}} PASSWORD={{!PWord}} ...
by rguez_18
Tue Jan 10, 2006 3:15 pm
Forum: General Support & Discussions
Topic: Print in LANDSCAPE
Replies: 1
Views: 3828

Print in LANDSCAPE

how can I set the print preference to LANDSCAPE? as you can see on the site, it's noted that to print perfectly printer must be set to print in landscape. Is there a way to set it? VERSION BUILD=5001108 TAB T=1 TAB CLOSEALLOTHERS URL GOTO=http://egis.hud.gov/egis/cpd/rcezec/ezec_open.htm SIZE X=876 ...
by rguez_18
Mon Jan 09, 2006 4:44 pm
Forum: General Support & Discussions
Topic: Extracting URL behind the link
Replies: 2
Views: 4453

Thank you

Works Great! Thank you!
by rguez_18
Sun Jan 08, 2006 2:11 pm
Forum: General Support & Discussions
Topic: Print Dialog
Replies: 4
Views: 6400

Print Dialog

Another question how can I set the print preference to LANDSCAPE? as you can see on the site, it's noted that to print perfectly printer must be set to print in landscape. Is there a way to set it?
by rguez_18
Fri Jan 06, 2006 7:35 pm
Forum: General Support & Discussions
Topic: Extracting URL behind the link
Replies: 2
Views: 4453

Extracting URL behind the link

Good Day!
Is there a way to extract the URL behind a link? Thank you!