Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Nashtrump1
  • Content: Threads
  • Order by date
  1. Nashtrump1

    Save a picture

    Hi there, Im spidering a website and doing well so far. I need to save pictures that i come across so i can see what the data im extracting relates to. Does anyone know of a way or a module that saves pictures? Ive googled it but cant find anything. Kind regards Nash
  2. Nashtrump1

    VBA AUTOMATION OF INTERNET EXPLORER

    Hi all, Im building a small function in excel which opens an internet explorer page, logs in to a members area and then in theory will download into excel using (data range queries) information that non members cannot see. However the problem im having is that this particulare website wont...
  3. Nashtrump1

    Anyone know what is wrong with my screen?

    I have red blocks and lines going over my screen! Its really irritating, ive swaped hard drives, reformatted them, reinstalled windows and cannot fix the problem. At first i thought it was hardward but reinstalling the windows has allowed my pc to boot up now. Does anyone have any ideas? I...
  4. Nashtrump1

    Submitting a form via Perl using OPTION button

    HI all i have a piece of code that uses the Win32::IE::Mechanize to try and submit a form. This form is activated using a option button: the code from the website is: <form name="bonavfrm" id="bonavfrm" action="/betting/index.asp" method="get" > <input type="hidden" name="sl" id="sl"...
  5. Nashtrump1

    SUBMISSION OF FORM

    Hi There. I am aware of how to submit a form using Perl by filling in the fields using Win32::IE::Mechanize module. $ie->submit_form( form_name => $form_name, fields => { username => 'yourname', password => 'dummy', }, button =>...

Part and Inventory Search

Back
Top