Help for this page

Select Code to Download


  1. or download this
    $request = new HTTP::Request(POST "http://www.abc.com/ChooseZone.aspx?
    +type=A" , [
    ...
        '__VIEWSTATE' => "dDw0NzUyO",
        'rdlZone' => "1",
    ] );
    
  2. or download this
    $request = new HTTP::Request('POST'=> "http://www.abc.com/ChooseZone.a
    +spx?
    +type=A" , [
    ...
        '__VIEWSTATE' => "dDw0NzUyO",
        'rdlZone' => "1",
    ] );