gbowne1 / spmssite

The code for my old business website.
GNU General Public License v3.0
8 stars 31 forks source link

Working Search bar #92

Closed gbowne1 closed 1 year ago

gbowne1 commented 2 years ago

Prerequisites

Current Behavior

For Google Search to work inside the search bar..

I don't know what it would take to get it to only search the page/site itself.


    document.getElementById('frmSearch').onsubmit = function() {
        window.location = 'http://www.google.com/search?q=site:yoursitename.com ' + document.getElementById('txtSearch').value;
        return false;
    }

Expected Behavior

Actually working search bar!

Steps to Reproduce

Try it!

VandanaPabale commented 2 years ago

can I resolve this issue?

gbowne1 commented 2 years ago

Yes @VandanaPabale

gbowne1 commented 1 year ago

Closed by PR #129