Asp classic +Com object
-
Dear All, I am working in asp classic in my project,I need when in submit for to other page
to get the form object and pass it to com object or DLL...I have done search but i didnt found any thing..I heard that it very good way. Regards
Yes. CreatiVity withOuT limiTs
-
Dear All, I am working in asp classic in my project,I need when in submit for to other page
to get the form object and pass it to com object or DLL...I have done search but i didnt found any thing..I heard that it very good way. Regards
Yes. CreatiVity withOuT limiTs
Amr M. K. wrote:
I am working in asp classic in my project,I need when in submit for to other page
to get the form object and pass it to com object or DLL
It's not really clear what it is that you mean. The form object only exists in the browsers, so there is nothing that your ASP code can do with it. On the server side where the ASP code runs, the form data only exists as a collection of values. Is it the Request.Form collection that you mean?
Amr M. K. wrote:
I heard that it very good way.
Where have you heard that?
Despite everything, the person most likely to be fooling you next is yourself.
-
Amr M. K. wrote:
I am working in asp classic in my project,I need when in submit for to other page
to get the form object and pass it to com object or DLL
It's not really clear what it is that you mean. The form object only exists in the browsers, so there is nothing that your ASP code can do with it. On the server side where the ASP code runs, the form data only exists as a collection of values. Is it the Request.Form collection that you mean?
Amr M. K. wrote:
I heard that it very good way.
Where have you heard that?
Despite everything, the person most likely to be fooling you next is yourself.
Hi Ican use Request.Form to get values, But There is way to pass the form object to com object develop in vb 6 and get the values from it.. I have tried to done alot of search but i didnt found any thing,I heard that is very porffesinal way,
Yes. CreatiVity withOuT limiTs