var first_click = true;

function make_request(){
  if (first_click) {
    $('request_frame').src = "/site/see_price_tracking";
    first_click = false;
  }
}