ANN: appcontrols.com - out of business -?
From: vmars (vm_at_verizon.net)
Date: 08/04/04
- Next message: Andrew Diabo: "Re: appcontrols.com - out of business -?"
- Previous message: Darian Miller: "Re: Delphi + Outlook"
- Next in thread: Andrew Diabo: "Re: appcontrols.com - out of business -?"
- Reply: Andrew Diabo: "Re: appcontrols.com - out of business -?"
- Reply: Nick Rollas: "Re: appcontrols.com - out of business -?"
- Reply: Stephen Quinn: "Re: appcontrols.com - out of business -?"
- Reply: Aleksey Kuznetsov: "Re: appcontrols.com - out of business -?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 3 Aug 2004 18:39:11 -1000
Since i can't get support from the folks at appcontrols.com , UtilMind
Solutions ,
i am assuming that they have gone out of business.
SO:
anyone that can help me
i can give you my source for IESNIFFER
if you can help me with this problem: Thanks!
****
Please, i need some help to use the PostData variable:
I have been sending this same email to the folks at
'http://www.appcontrols.com/contact.html'
many times in the past three months,
but have gotten ZERO response.
Is there anyone out there with a successful 'IESniffer's PostData'
experience?...Thanks in advance!
In your .hlp Docs for 'OnWBBeforeNavigate2event' it says:
"PostData contains the data sent to the server when the underlying operation
is an
HTTP post message. The event handler can change this value before it is sent
to the
target URL. "
When i try this i get all ?????????????????????????
Below is my code for this:
Can you please show me what is wrong with my code,
or aim me at the appropriate help info?
For example: How could i read the data from your contact site's .html page:
'http://www.appcontrols.com/contact.html' in my iesniffer BEFORE it is
sent to the server?
THANK YOU VERY MUCH !
procedure TMainForm.IESniffer1WBBeforeNavigate2(Sender: TObject;
const URL: String; const Browser: IWebBrowser2; const pDisp: IDispatch;
var NewURL, Flags, TargetFrameName, PostData, Headers: OleVariant;
var Cancel: WordBool);
begin
IF Browser.Toolbar = 0 Then Cancel := True; // Kill PopUps
InTrustFile := False;
// ShowMessage('PostData = ' + PostData);
Log('vm **** BeforeNavigate2 PostData ', PostData);
Log('vm **** BeforeNavigate2 AddBar= ', URL);
Log('vm **** BeforeNavigate2 NewURL= ', NewURL);
AttemptedURL := NewURL;
****
Thanks!
- Next message: Andrew Diabo: "Re: appcontrols.com - out of business -?"
- Previous message: Darian Miller: "Re: Delphi + Outlook"
- Next in thread: Andrew Diabo: "Re: appcontrols.com - out of business -?"
- Reply: Andrew Diabo: "Re: appcontrols.com - out of business -?"
- Reply: Nick Rollas: "Re: appcontrols.com - out of business -?"
- Reply: Stephen Quinn: "Re: appcontrols.com - out of business -?"
- Reply: Aleksey Kuznetsov: "Re: appcontrols.com - out of business -?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|