Need a Page source for an auto trainer...

Discussion in 'Neofriends Help and Suggestions' started by Freya, May 23, 2009.

  1. Freya

    Freya Level III

    Joined:
    May 18, 2009
    Messages:
    437
    Likes Received:
    12
    Well, I'm currently trying to program a mystery Island auto trainer and du to that I need to see the page source of the
    http://www.neopets.com/island/training. ... ype=status
    Before you've payed for the course, I need to see what the source code looks loke if you have to pay more than one codestone of one kind at one time.
    Thanks in advance

    Freya
     
  2. tharoux

    tharoux Level IV

    Joined:
    Dec 30, 2006
    Messages:
    2,733
    Likes Received:
    126
    Location:
    In front of my PC, Montreal
    What I usually do when coding, I create a textbox for output.
    so when you're at the stage of seeing this page, you do

    txtwrapper.text = wrapper.request("GET",blahblaba,blahblahblah)
    Doing so will execute the request and send the result (source of the page) in the textbox.
    I do a copy/paste into notepad for better view and voila !