.NET General

Moderators: None (Apply to moderate this forum)
Number of threads: 797
Number of posts: 1359

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Html parameters Posted by cladhed on 23 Sept 2009 at 6:02 AM
hello

I developed .net application.

also I got this html code
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>Pay by Visa</title>
<meta content="text/html; charset=windows-1251" http-equiv="Content-Type" />
</head>
<!--body onload='frm.submit()'-->
<body>
<form action="www.url.com/box.jsp"

method=post >
<input name="PurchaseDesc" type="hidden" value="DESC-001229" />
<input name="PurchaseAmt" type="text" value="60" />
<input name="CountryCode" type="hidden" value="268" />
<input name="CurrencyCode" type="hidden" value="840" />
<input name="MerchantName" type="hidden" value="Eservice" />
<input name="MerchantURL" type="hidden" value="http://www.test.ge/" />
<input name="MerchantCity" type="hidden" value="Tbilisi" />
<input name="MerchantID" type="hidden" value="000000008000111-00000001" />
<input name="xDDDSProxy.Language" type="hidden" value="01" />
<input type="submit" value="Finalize payment" />
</form>
</body>
</html>

when I launch in browser this html file (it is local file)

it gives following page

when i press the finalyze payment button, it redirects to the following url: "www.url.com/box.jsp
the problem it that I want to pass to the following url all those parameters which reside in html file directly from the app.
Any idea ho to do that?

thanks in advance



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.