PC Review


Reply
Thread Tools Rate Thread

capture URL after POST

 
 
=?Utf-8?B?cDNwbHly?=
Guest
Posts: n/a
 
      20th Mar 2007
i am working with this code (a sample)

[code]

Public objHTTP As New MSXML.XMLHttpRequest
Private Sub example()

Dim strWebPage As String
strWebPage = "http://anysite.com"
objHTTP.Open "POST", strWebPage, False
objHTTP.setRequestHeader "Connection", "Keep-Alive"
objHTTP.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
submurl = "siteId=&uname=hello&pwd=there"
objHTTP.send submurl

Do While objHTTP.readyState <> 4
DoEvents
Loop


>>what is the URL of the last navigated page??<<

End Sub

anyone know the code for this?

thanks
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Capture post-animation state of a slide =?Utf-8?B?RCBSaWdnaW5z?= Microsoft Powerpoint 4 12th Nov 2007 07:21 PM
Capture http post request Clif Microsoft VB .NET 6 4th Feb 2006 08:23 PM
Capture XML post and parse XML on pageload neil Microsoft ASP .NET 0 16th Mar 2005 05:28 PM
How to capture an XML HTTP Post in ASP.NET? Stacey Microsoft ASP .NET 2 15th Sep 2004 07:58 PM
How to Capture Control Initaited the Post Back. Lolam Microsoft ASP .NET 1 31st Jul 2003 08:08 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:02 PM.