JEFFERSON LAB SEARCH

(Show results from this date)
(Show results to this date)
*Use spaces between key words, no punctuation needed *Sign In for authenticated content

  •  

    document.getElementById("pp100").innerHTML = " The Detectors & Magnets Search Word = " +sessionStorage.pp100;

  •  

    function HallA_CLEO_Search() {
    sessionStorage.detectors_magnets = "2";
    document.getElementById("searchWord").innerHTML = " The Detectors & Magnets Search Word = " +sessionStorage.detectors_magnets;
    window.location.assign("https://www.jlab.org/div_dept/physics_division/dsg/projects/dsg-halla_cleo_test.pdf");
    }
    function HallA_ECAL_Search() {
    sessionStorage.detectors_magnets = "5";
    document.getElementById("searchWord").innerHTML = " The Detectors & Magnets Search Word = " +sessionStorage.detectors_magnets;
    }

  •  

    document.getElementById("search").innerHTML = " The Detectors & Magnets Search Word = " +sessionStorage.detectors_magnets;

    Run "Remote Select "Detectors and Magnets"

     

    * {
    box-sizing: border-box;
    }

    .column {
    float: left;
    }

    .left {
    width: 15%;
    }

    .right {
    width: 85%;
    }

  • * {
    box-sizing: border-box;
    }

    .column {
    float: left;
    }

    .left {
    width: 15%;
    }

    .right {
    width: 85%;
    }

    #myInput {
    background-image: url('/css/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    color: black;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;

    }