1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="http://local.google.com"/>
<title>Google Local Search</title>
</head>
<body>
<form action="/local">
<input type="hidden" name="sc" value="1"/>
<input type="hidden" name="hl" value="en"/>
<label for="q">Search For:</label>
<input id="q" type="text" name="q" size="22" value=""/>
<label for="near">Near:</label>
<input id="near" type="text" name="near" size="35" value=""/>
<input type="submit" name="btnG" value="Google Search"/>
<input type="hidden" name="sl" value="1" />
</form>
</body>
</html>
|