[CLOSED] Method POST in Ext Net

  1. #1

    [CLOSED] Method POST in Ext Net

    hello, how I can represent this in Ext Net? :

    <form action="https://rutaejemplo.com/Recibir" method="POST" >
    <input type="hidden" name="nombre" value="Antonio"/>
    <input type="hidden" name="pais" value="Mexico" />
    <input type="hidden" name="pago" value="efectivo" />
    <input type="hidden" name="cantidad" value="2000" />
    <input type='image' src='https://ejemplo.com/imagenes/imagen.gif' border='0' name='submit' alt='Pagar'>
    </form>
    I know I can add it in a container, but what I want is to send the value from codebehind


    Thanks!
    Last edited by Daniil; Feb 27, 2014 at 3:56 AM. Reason: [CLOSED]
  2. #2
    Quote Originally Posted by JCarlosF View Post
    hello, how I can represent this in Ext Net? :

    <form action="https://rutaejemplo.com/Recibir" method="POST" >
    <input type="hidden" name="nombre" value="Antonio"/>
    <input type="hidden" name="pais" value="Mexico" />
    <input type="hidden" name="pago" value="efectivo" />
    <input type="hidden" name="cantidad" value="2000" />
    <input type='image' src='https://ejemplo.com/imagenes/imagen.gif' border='0' name='submit' alt='Pagar'>
    </form>
    I know I can add it in a container, but what I want is to send the value from codebehind


    Thanks!


    I do not need it, thanks!

Similar Threads

  1. [CLOSED] Window autoload property with POST method
    By RomualdAwessou in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 22, 2012, 1:01 PM
  2. Replies: 0
    Last Post: Aug 14, 2012, 2:54 PM
  3. Replies: 0
    Last Post: Aug 14, 2012, 2:48 PM
  4. Window open with POST method
    By n_s_adhikari@rediffmail.com in forum 1.x Help
    Replies: 0
    Last Post: Dec 03, 2009, 11:25 AM
  5. Method Post / Get
    By heysol in forum 1.x Help
    Replies: 2
    Last Post: Mar 30, 2009, 1:16 PM

Posting Permissions