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: *

  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 logged into my pc in normal mode and downloaded the updated driver. I restarted my pc but now it wont boot up! I'll have to format my hard drive again and reinstall windows....
  4. Nashtrump1

    Anyone know what is wrong with my screen?

    HI there, Im not sure. I started my pc, it worked fine, then i left it on and went away When i came back it had crashed I tried to start the PC but it would only start in safe mode. I ran chkdsk and other things but did not help so i had to format my harddrive After i did that it started but...
  5. Nashtrump1

    Anyone know what is wrong with my screen?

    How do i know my video adapter manufactuer?
  6. Nashtrump1

    Anyone know what is wrong with my screen?

    How do i know which one to download?
  7. 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...
  8. Nashtrump1

    Submitting a form via Perl using OPTION button

    Thanks!! I was looking at it not realising the stupid mistake!!! Thanks for pointing it out!
  9. 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"...
  10. Nashtrump1

    SUBMISSION OF FORM

    Im using IE because the site is using Javascript to generate the pages... When the form is submitted a javascript function calls a sub to generate something. Here is the code direct from the page. <form name="bonavfrm" id="bonavfrm" action="/betting/index.asp" method="get"> <input...
  11. 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