Search found 58 matches
- Tue Feb 24, 2009 8:29 am
- Forum: Technical / Scripting
- Topic: How to open up IE Window Frame within a Dialog?
- Replies: 3
- Views: 6476
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, ...
- Thu Jan 08, 2009 7:59 am
- Forum: Technical / Scripting
- Topic: How to open up IE Window Frame within a Dialog?
- Replies: 3
- Views: 6476
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...
- 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: 5677
- 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: 5677
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...
- 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: 5677
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!
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!
- Sun Apr 13, 2008 8:58 pm
- Forum: Technical / Scripting
- Topic: Progress Bar applied to process - EXAMPLE
- Replies: 1
- Views: 3649
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...
- Mon Dec 03, 2007 11:23 pm
- Forum: Technical / Scripting
- Topic: Read file and post results to Web Form using HTTPRequest
- Replies: 13
- Views: 13150
- Mon Dec 03, 2007 11:02 pm
- Forum: Technical / Scripting
- Topic: Read file and post results to Web Form using HTTPRequest
- Replies: 13
- Views: 13150
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....
- Mon Dec 03, 2007 10:09 pm
- Forum: Technical / Scripting
- Topic: Read file and post results to Web Form using HTTPRequest
- Replies: 13
- Views: 13150
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...
- Mon Dec 03, 2007 8:40 pm
- Forum: Technical / Scripting
- Topic: Read file and post results to Web Form using HTTPRequest
- Replies: 13
- Views: 13150
- Mon Dec 03, 2007 8:36 pm
- Forum: Technical / Scripting
- Topic: Read file and post results to Web Form using HTTPRequest
- Replies: 13
- Views: 13150
- Mon Dec 03, 2007 5:41 pm
- Forum: Technical / Scripting
- Topic: Read file and post results to Web Form using HTTPRequest
- Replies: 13
- Views: 13150
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...
- Mon Dec 03, 2007 5:06 pm
- Forum: Technical / Scripting
- Topic: Read file and post results to Web Form using HTTPRequest
- Replies: 13
- Views: 13150
- Mon Dec 03, 2007 4:02 pm
- Forum: Technical / Scripting
- Topic: Read file and post results to Web Form using HTTPRequest
- Replies: 13
- Views: 13150
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...
- Tue Sep 18, 2007 12:06 am
- Forum: Technical / Scripting
- Topic: Triggering .exe from POP3 email
- Replies: 4
- Views: 6481