I some code that is supposed to download a whole webpage but it seems to only download the first portion of it, maybe 50%. Why is that? Or does MsgBox only display a limited amount of characters?

VB Code:
  1. Dim Data as String
  2. Dim strKeywords  as String
  3. strKeywords="Dog food"
  4. Data = Inet1.OpenURL("http://mystite.com/cgi-bin/script/script.cgi/?skin=jonclean1&length=10&keywords=" & strKeywords & "'")
  5. MsgBox Data

Webpage html:

Code:
      <span class="class1">
      <p>  <a href="http://www.5stardog.com/">5 Star Dog</a>
        Online resource for dog owners that includes information on pet selection, training, breeders, and food along with breed descriptions, pictures, forums, and links.<br>
         <a href="http://www.purina.com/intl/default.asp">Nestlé Purina PetCare Company</a>
        International manufacturer and distributor of food, treats and litter for dogs and cats. Portal to specific national sites.<br>
         <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0439110165?v=glance">Amazon.com: Dog Food: Books: Joost Elffers,Saxton Freymann</a>
        ... Dog Food (Hardcover) by Joost Elffers, Saxton Freymann "Good dog ... a list of ingredients included on the back cover, Dog Food is a captivating and humorous feast for the eyes ...<br>
         <a href="http://www.therustydog.com/">The Rusty Dog</a>
        Carries natural foods as well as pet furniture and gifts.<br>
         <a href="http://www.vegetariandogs.com/">Vegetarian Dog Food</a>
        This beautiful and easy to use site is dedicated to vegetarian dog information. Find out where to purchase commercial vegetarian dog food or how you can learn to make your own. ... If you would rather purchase a commercial vegetarian dog food (see resources), you will gain confidence and the ... 90%."3 Overall, there are no major obstacles to vegetarian dog food ...<br>
         <a href="http://www.vetref.net/">VetRef.net</a>
        Resources for owners and veterinarians; includes articles on pet health, whole foods diets, electron microscopy, anti-roaming dog downloads, and links to other sites of veterinary interest.<br>
         <a href="http://en.wikipedia.org/wiki/Dog_food">Wikipedia: Dog food</a>
        Dog food is plant or animal material intended for consumption by dogs or other canids. Special dog foods given as a reward, and not as a staple, are known as dog treats. ... Some people make their own dog food or feed their dogs meals made from ingredients ...<br>
         <a href="http://www.ecopet.com.au/">Ecopet</a>
        Formulating natural food for dogs and cats.<br>
         <a href="http://www.dogchow.com/">Purina Dog Chow</a>
        Get information on nutrition for your best friend and even create a homepage for your dog.<br>
         <a href="http://www.yorkie.org/supplies/pet_food.html">Rhapsody Yorkshire Terriers: Dog Food and Treats</a>
        Offers treat and food recipes targeted for Yorkshire Terriers.<br>
           
        </p>
	  </span>