Print Page | Close Window

Recieve/Resend cookies with ServerXMLHTTP

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=24536
Printed Date: 28 March 2026 at 11:06pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Recieve/Resend cookies with ServerXMLHTTP
Posted By: neotrix
Subject: Recieve/Resend cookies with ServerXMLHTTP
Date Posted: 29 September 2007 at 3:29am
Hello,

OK here's the problem:
    url = "http://localhost/searchfor/1.asp?q=Matrix" 
    set xmlhttp = CreateObject("Msxml2.ServerXMLHTTP.3.0")
    xmlhttp.open "POST", url, false
    xmlhttp.send ""
    TheHTMLSource =  xmlhttp.responseText
    set xmlhttp = nothing


This is what I am using to call the page. However, the page has a different structure. The 1.asp page calculates the search results, and redirects to 2.asp which shows result by requesting cookies set by 1.asp

Now, whenever I call this, nothing happens. 2.asp doesn't show the results. It only shows the default results (which are set if cookies are not found).

Is there anything I can do about it?


-------------
http://www.muhammadbinyusrat.com/blog/" rel="nofollow - Say to the believing men..



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net