Passing variables from delphi to html forms

Please support our Pascal and Delphi advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jun 2006
Posts: 1
Reputation: Rossco_ is an unknown quantity at this point 
Solved Threads: 0
Rossco_ Rossco_ is offline Offline
Newbie Poster

Passing variables from delphi to html forms

 
0
  #1
Jun 15th, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 233
Reputation: Lord Soth is an unknown quantity at this point 
Solved Threads: 4
Lord Soth's Avatar
Lord Soth Lord Soth is offline Offline
Posting Whiz in Training

Re: Passing variables from delphi to html forms

 
0
  #2
Jul 8th, 2006
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
Best regards,
Loren Soth

Crimson K. Software _________________________________________________________________ Crimson K. Blog
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC