When I try to access webpages through notepad, using this code: <html> <Form Method=post ACTION="http://www.crazymonkeygames.com"> <INPUT type="text" STYLE="color: #FFFFFF; font-family: verdana; font-weight: bold; font-size: 12px; background-color: #72A4D2; size="10" maxlength="30"> <INPUT type="submit" VALUE="Submit"> </FORM> </html> All I am doing is posting data to the website and so the target server's webpages aren't visable. I cant see any pictures or anything other than format. Does anyone know a code that I could use to make it so that I see everything, instead of just some stuff?