localendar Forums Homepage

Print at Sep 3, 2025, 1:44:43 AM View all posts in this thread on one page
Posted by sawow4 at Sep 9, 2008, 4:36:50 PM
confused   HTML code for putting zip code seach on calendar on web page
We have our calendar on our web site and we would like to have the option to seach by zip code within a certain radius. I have found the code to put the link, however we would like the HTML code so they could do the seach right there without jumping with a link.
Thanks for your help.
Renee
www.kidsinstl.com

Posted by support at Sep 11, 2008, 8:23:50 PM
Re: HTML code for putting zip code seach on calendar on web page
You can just steal this by viewing the source from our homepage.
Something like:

<form style="margin: 0px 0px 0px 0px;" action=/elsie?JSP=SearchResults method=post onsubmit="return checkZip(this)">
<input name="mode" type="hidden" value="ADVSEARCH">
<input name=search_type type=hidden value="W0">
<input name=start_date type=hidden value = '09/11/08'>
<input name=end_date type=hidden value='09/11/08'>
<INPUT class="text" maxLength=5 name=zip size=5 style="width:90px; fixedfont"></td>
<select name=radius size=1>
<option selected value=30>30 minutes</option>
<option value=60>An hour</option>
<option value=90>90 minutes</option>
</select>
<input type="submit" value="Search">
</form>


Feel free to dress it up with whatever other HTML you'd like
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news


Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us