﻿function buscarPapeleriaInf() {
    var cp = document.getElementById('cp').value;
    location.href = 'BusquedaPapeleria.aspx?cp=' + cp;
}
