ANN: appcontrols.com - out of business -?

From: vmars (vm_at_verizon.net)
Date: 08/04/04


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!



Relevant Pages

  • Re: appcontrols.com - out of business -?
    ... "Andrew Diabo" wrote in message ... >> Is there anyone out there with a successful 'IESniffer's PostData' ... >> target URL. ... >> var NewURL, Flags, TargetFrameName, PostData, Headers: ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: appcontrols.com - out of business -?
    ... >> Is there anyone out there with a successful 'IESniffer's PostData' ... >> "PostData contains the data sent to the server when the underlying ... >> target URL. ... >> var NewURL, Flags, TargetFrameName, PostData, Headers: ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: appcontrols.com - out of business -?
    ... > Since i can't get support from the folks at appcontrols.com, UtilMind ... > Is there anyone out there with a successful 'IESniffer's PostData' ... > "PostData contains the data sent to the server when the underlying ...
    (borland.public.delphi.thirdpartytools.general)
  • successful IESniffer s PostData experience?...
    ... Is there anyone out there with a successful 'IESniffer's PostData' ... "PostData contains the data sent to the server when the underlying operation ... target URL. ... var NewURL, Flags, TargetFrameName, PostData, Headers: ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: appcontrols.com - out of business -?
    ... "Aleksey Kuznetsov" wrote in message ... > My apologies for delay with response. ... > general, the PostData is normal string, which can be extracted from ... >> var NewURL, Flags, TargetFrameName, PostData, Headers: ...
    (borland.public.delphi.thirdpartytools.general)