Search found 58 matches

by clickfast
Tue Feb 24, 2009 8:29 am
Forum: Technical / Scripting
Topic: How to open up IE Window Frame within a Dialog?
Replies: 3
Views: 5943

I nearly said "It can't be done". In that there is no "WebBrowser" control in the object palette of the dialog designer. So you can't just whack a WebBrowser object onto a dialog like you can a button. However, I dreamt up a way you can do it, kind of. It may not be quite what you are looking for, ...
by clickfast
Thu Jan 08, 2009 7:59 am
Forum: Technical / Scripting
Topic: How to open up IE Window Frame within a Dialog?
Replies: 3
Views: 5943

How to open up IE Window Frame within a Dialog?

I need help trying to construct a Dialog box where the left portion of the dialog will contain function buttons and the right side is a IE website frame...? I want the buttons on the left to trigger actions on the IE website frame page. You could think of it like the WebRecorder application where th...
by clickfast
Thu Jan 08, 2009 7:20 am
Forum: Technical / Scripting
Topic: How to post to website forms in IE w/out opening browser
Replies: 5
Views: 5106

mtettmar wrote:Add this line after your CreateIE line:

//Hide IE
LibFunc>hIE,ShowIE,r,IE[0],0
Thanks Marcus... works like a charm...

Are there more commands like these noted somewhere ... Maybe WebRecorder help??
by clickfast
Wed Jan 07, 2009 5:41 pm
Forum: Technical / Scripting
Topic: How to post to website forms in IE w/out opening browser
Replies: 5
Views: 5106

See the HELP section for the HTTPRequest> command using the POST method. I am actually using WebRecorder to generate the script I need... however, it opens several browser windows to execute the script. this gets messy when all I'm doing is posting to a form field. I'm not requiring the script to c...
by clickfast
Wed Jan 07, 2009 1:20 am
Forum: Technical / Scripting
Topic: How to post to website forms in IE w/out opening browser
Replies: 5
Views: 5106

How to post to website forms in IE w/out opening browser

Hello all,

Trying to figure out how to post to website forms in IE without displaying the browser window... I've seen it done...

Any helps or tips? Thanks!
by clickfast
Sun Apr 13, 2008 8:58 pm
Forum: Technical / Scripting
Topic: Progress Bar applied to process - EXAMPLE
Replies: 1
Views: 3323

Progress Bar applied to process - EXAMPLE

Hey folks, the good news.... i've read the top 10 posts on Progress bars, including the example listed in the Help file. None of them show a complete example of how to apply a progress bar to a loop or an iterative process. Marcus gives a great description of what to do here http://www.mjtnet.com/us...
by clickfast
Mon Dec 03, 2007 11:23 pm
Forum: Technical / Scripting
Topic: Read file and post results to Web Form using HTTPRequest
Replies: 13
Views: 11326

I didn't' realize this was code that could be used to build a spam-bot, so I wanted to be sure I didn't give out the keys to my house so to speak.

I put in the the HTML form info from the source code above so users can follow the logic of this thread

THANKS A MILL



:wink:
by clickfast
Mon Dec 03, 2007 11:02 pm
Forum: Technical / Scripting
Topic: Read file and post results to Web Form using HTTPRequest
Replies: 13
Views: 11326

Sorry, (SEE THE PM I SENT YOU) you mentioned SPAM and my client panicked that i posted his site explicitly on here. Because this forUm is viewable by the public, anyone could've gotten a hold of this code and misused it against my clients site. However, I was careful to only remove the private info....
by clickfast
Mon Dec 03, 2007 10:09 pm
Forum: Technical / Scripting
Topic: Read file and post results to Web Form using HTTPRequest
Replies: 13
Views: 11326

thanks Marcus Clue: Look at the source of the page. Find the form tag and then the input tag for the search box. Discover that it is called "fid" (name="fid"). So the parameter is fid. So our POST parm is just fid=value. Note the action attribute of the form tag (action="join.php"). So the form post...
by clickfast
Mon Dec 03, 2007 8:36 pm
Forum: Technical / Scripting
Topic: Read file and post results to Web Form using HTTPRequest
Replies: 13
Views: 11326

THANKS
by clickfast
Mon Dec 03, 2007 5:41 pm
Forum: Technical / Scripting
Topic: Read file and post results to Web Form using HTTPRequest
Replies: 13
Views: 11326

I have a simple Text file called list.txt with the following values 43243289 23427456 4360928234 0890877896 30897972 I want to post them to the following form Here's the HTML snippet for the form ...... function CheckFid() { var filter = /^[0-9]/; if(!filter.test(document.getElementById('fid').value...
by clickfast
Mon Dec 03, 2007 5:06 pm
Forum: Technical / Scripting
Topic: Read file and post results to Web Form using HTTPRequest
Replies: 13
Views: 11326

Can you provide an Example?
by clickfast
Mon Dec 03, 2007 4:02 pm
Forum: Technical / Scripting
Topic: Read file and post results to Web Form using HTTPRequest
Replies: 13
Views: 11326

Read file and post results to Web Form using HTTPRequest

I'm sure i'm probably just overlooking something simple... I want to read a simple text file of numeric values each on their own line in a text file and i want to post each value to a web form... I got the ReadLn loop part down I just can get MS to send to webform properly... I posted an example bel...
by clickfast
Tue Sep 18, 2007 12:06 am
Forum: Technical / Scripting
Topic: Triggering .exe from POP3 email
Replies: 4
Views: 5705

I figured so... just trying to figure out how to code the logic above (from this initial thread post)
Me_again wrote:MacroScheduler's own RetrievePOP3 should work well for this application.
cron
Sign up to our newsletter for free automation tips, tricks & discounts