This helped me alot, thanks! How did you manage to work out this part? Code (Text): <div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">strhtml = httpwrapper.Postwrapper("http://www.neopets.com/login.phtml", "username=" & Username & "&password=" & Password & "&destination=%2Fpetcentral.phtml", "http://www.neopets.com/hi.phtml")</li></ol></div>
Using a packet sniffer (EtherDetect or WireShark), or LiveHTTPHeaders for FF. You can view the url and the method of the request (GET/POST) along with the eventual postdata. (you could even look at the page source, but that would be slower)