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
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 !