944,188 Members | Top Members by Rank

Ad:
Jun 15th, 2006
0

Passing variables from delphi to html forms

Expand Post »
First of all, hello everyone, seems like a good forum you guys have here.

My query is im trying to allow access to my companys software support forum from its software which is created in delphi.net, i wish to pass a few variables that the user enters in delphi to the log in html form and populate it. Ive been at this for a while now and i dont appear to be getting anywhere fast.

Anyone out there know a way around this??

Thanks in advance

Rossco
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Rossco_ is offline Offline
1 posts
since Jun 2006
Jul 8th, 2006
0

Re: Passing variables from delphi to html forms

Hi,

Is the application you mention a WebApplication (like .aspx pages) or a WinForms application (Desktop application) which communicates with a WebService ? You might pass variables to a HTML form in two ways : if you use GET method for HTML Request you can add
"?var1=val1&var2=val2" at the end of URL but you need according processing code for those on the sever side (.aspx) or you can send bigger variables silently through POST vars. I believe you can access those variables thourgh WebRequest class' fileads. I can help more if you give more details.

Loren Soth
Reputation Points: 28
Solved Threads: 4
Posting Whiz in Training
Lord Soth is offline Offline
233 posts
since Mar 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Pascal and Delphi Forum Timeline: Pascal Help
Next Thread in Pascal and Delphi Forum Timeline: Delphi 7 - How to create a simple tool?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC