Better Movie Showtimes Code
Google Search for Movie Showtimes Zip by Theatre or Movie
<!-- Google Movie Showtimes Zip by Movie or Theatre, gmh 9Aug2005 -->
<!-- search?q=movie%3A+&sc=1&near=37042&rl=1 -->
<form mehtod=get action="http://www.google.com/search" target="_blank">
<input type=hidden name=sc value=1>
<p><font size="4" face="Verdana">Movie</font><br>
<font size="4" face="Verdana">Showtimes</font><br>
<input type=text name=near size=5 maxlength=5 value="">
<font size="2" face="Verdana">Zip Code</font><br>
<input type="radio" checked name="q" value="movie:">
<font size="2" face="Verdana">Showtimes by Theatre</font><br>
<input type="radio" name="q" value="movie:+">
<font size="2" face="Verdana">Showtimes by Movie</font><br>
<input type="submit" name="B1" value="Submit">
<input type=reset value="Reset"></p>
</form>
See it work in the right side column of Quality of the Light just below the Amazon search window.
<!-- Google Movie Showtimes Zip by Movie or Theatre, gmh 9Aug2005 -->
<!-- search?q=movie%3A+&sc=1&near=37042&rl=1 -->
<form mehtod=get action="http://www.google.com/search" target="_blank">
<input type=hidden name=sc value=1>
<p><font size="4" face="Verdana">Movie</font><br>
<font size="4" face="Verdana">Showtimes</font><br>
<input type=text name=near size=5 maxlength=5 value="">
<font size="2" face="Verdana">Zip Code</font><br>
<input type="radio" checked name="q" value="movie:">
<font size="2" face="Verdana">Showtimes by Theatre</font><br>
<input type="radio" name="q" value="movie:+">
<font size="2" face="Verdana">Showtimes by Movie</font><br>
<input type="submit" name="B1" value="Submit">
<input type=reset value="Reset"></p>
</form>
See it work in the right side column of Quality of the Light just below the Amazon search window.