> I need a normal form, not a web form. But with some server side script
> functionality.
[quoted text clipped - 3 lines]
> files) and
> use old ASP syntax to code?
I cannot switch to old ASP. The code requires .NET. It does
some session related things, but it should output a normal form.
When user submit the form, it goes to a different site, which is
not under my control.
> If you need a legacy ASP page, then you should be able give the page an
> extension of ".asp". But keep in mind that you will not be able to use
[quoted text clipped - 9 lines]
>> files) and
>> use old ASP syntax to code?
Phillip Williams - 21 Jul 2005 19:37 GMT
You can post to an ASP page using the HttpWebRequest. There is an example on
the MSDN library:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fsystemnethttpwebrequestclassgetrequeststreamtopic.asp

Signature
http://www.webswapp.com
http://www.societopia.net
> I cannot switch to old ASP. The code requires .NET. It does
> some session related things, but it should output a normal form.
[quoted text clipped - 14 lines]
> >> files) and
> >> use old ASP syntax to code?