Loading Google Custom Search results without page refresh
I would like to submit a google custom search query without reloading/refreshing the entire html page. I'm using the latest v2 gcs with the 'Results Only' layout. Loading the gcs api, anywhere above the Search Form <script src="//www.google.com/jsapi" type="text/javascript"></script> <script> google.load('search', '1', {language : 'en', style : google.loader.themes.V2_DEFAULT}); </script> My Custom Search Form <form onsubmit="return executeQuery();" id="cse-search-box-form-id"> <input type="text" name="q" id="cse-search-input-box-id" size="25" autocomplete="off"/> <input type="submit" id="site