Click to See Complete Forum and Search --> : Why? OpenURL(...)can not get all code of the page!


chinakknd
February 23rd, 2008, 09:09 PM
Hi:
char szBuffer[10240];
try
{
pFile =(CHttpFile*)session.OpenURL(......);
pFile->Read(szBuffer,10240);
}
I open this url with ie,it's ok!But I can not get all code of the page with OpenURL Why? here,it is the code read form szBuffer!
Thank you!
////////////////////////////////////////////////////////////////////////////
<html>
<head>
<title>Ad Only PTC Site : View Link Ad</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META NAME="Keywords" CONTENT="advertise,earn,money,internet,free,market,hits,links,banners,banner,link,impression,impressions">
<META NAME="Description" CONTENT="Need Some Extra Cash? Get Paid Up To 1 Cent Per Click! Advertise An Recieve Unique Hits!">
<META NAME="Copyright" CONTENT="Copyright ?2003 adonlyptc.us. All rights reserved">
<META NAME="Distribution" CONTENT="Global">
<META NAME="Rating" CONTENT="General">
<META NAME="Robots" CONTENT="All">
<META NAME="Revisit-After" CONTENT="7 Days">

<LINK REL=StyleSheet HREF="templates/default2/layout.css" TYPE="text/css">
<link rel="stylesheet" type="text/css" href="includes/ajax/components.css">
<script language="javascript" src="functions.js"></script>

<!-- Load Ajax -->
</head>
<body>


<div align="center">
<table widt

///////////////////////////////////////////////////////////////////////////