Assuming you set up the cookie properly, then one other idea is making
sure the user agent is set to something expected/believable.
I added a cookie with name "StoreNumberCK" value=100
domain=flyer.harristeeter.com and path=/HT_eVic/ThisWeek/
but I still get the noframeset supported
I don't think the issue is with getting back a page with <noframeset>.
The page you get back is a function of how that site's server is
interpreting your question - it's an input problem.
-- Ken
melroyr wrote:
I have written a program to download html pages from harristeeter.
However, when I run my program, I get the following
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
[snip]
<frame src="actions.jsp" name="bottomFrame" scrolling="YES" noresize>
</frameset>
<noframes><body>
This application requires the use of frames, which your browser
does not
support.
</body></noframes>
</html>
The URL I am using to download the pages is
http://flyer.harristeeter.com/HT_eVIC/ThisWeek/ReviewAllSpecials.jsp
Please advise if there is some setting that I need do set in
HttpClient? I
have read about HtmlCleaner and stuff but I do not think they will
help.
Thanks,
Melroy
--------------------------
Ken Krugler
TransPac Software, Inc.
<http://www.transpac.com>
+1 530-210-6378
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]