Help for this page

Select Code to Download


  1. or download this
    object.Navigate( _
        url As String, _
    ...
        [TargetFrameName As Variant,] _
        [PostData As Variant,] _
        [Headers As Variant])
    
  2. or download this
    $ex->Amethod("arg")->Bmethod->{'Property'} = "foo";
    $ex->Cmethod(undef,undef,$Arg3);
    $ex->Dmethod($RequiredArg1, {NamedArg1 => $Value1, NamedArg2 => $Value
    +2});
    
  3. or download this
    
    use Win32::OLE qw(EVENTS);
    ...
    $IE->Navigate("http://amos.shop.com/amos/cc/main/ccn_search/ccsyn/150/
    +stid/6150608", {PostData=>"search_form=&st=socks&sy=products&search_b
    +utton.x=39&search_button.y=12"});
    sleep 5;