Recent content by Amnite

  1. A

    Replacing 77 Buick 403 Water Pump?

    Ok i ran into a snag with my water pump replacement. Im not the worlds greatest mechanic but i am pretty sure i can remove this damn pump the one problem i have is with the power steering belt, i cant find a way to loosen the belt. i did some research on the internet and they said that the power...
  2. A

    Issues With Page Retrieving Via AJAX?

    K. Heres my code to retrieve a page.. function GetPage(URL, divId) { var Page = XMLHttpRequest(); Page.open("GET", URL, true); Page.onreadystatechange = function() { document.getElementById(divId).innerHTML = "" + Page.responseText; } Page.send(null); } This is stored in a...
  3. A

    Fishing In Nebraska Area?

    I need good fishing spots within 3 hours of Grand Island. Im looking for camping, boating, and a good chance to catch muskies/pike. Thx for any help.
Back
Top