This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="http://www.google.com/jsapi?key=XXXXXXXXXXXXXXX"></script> | |
<script type="text/javascript"> | |
google.load('search', '1'); | |
function OnLoad() { | |
var searchControl = new google.search.SearchControl(); | |
var webSearch = new google.search.WebSearch(); | |
var options = new google.search.SearcherOptions(); | |
var drawOptions = new google.search.DrawOptions(); | |
options.setExpandMode(google.search.SearchControl.EXPAND_MODE_OPEN); | |
drawOptions.setDrawMode(google.search.SearchControl.DRAW_MODE_LINEAR); |
NewerOlder