Hi gorkos,
I'm still having trouble understanding, but maybe it's a language barrier
thing. Let me try to ask a couple of questions.
1. You say you need to download a page using HTTPWebRequest. That's pretty
clear.
2. What do you mean by "Page requires to have Script enabled?" Apparently,
something is happening which seems to indicate this to you. What exactly is
it? What I mean is, an HTML document is a pretty straightforward text
document. All it contains is text. Any other resources in the page are
obtained via the browser making other requests, for images, other binary
resources, external scripts or stylesheets, etc. So, when you say "Page
requires to have Script enabled" I don't know what you're describing.
I get the feeling that you're trying to obtain something that is not IN the
HTML document you're requesting, but another resource that may be contained
in the page as a tag of some kind. But I can't tell for sure.
You also made some reference to some kind of "Error." Can you be more
specific about the nature of the "Error?"
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.