Searchbox ringtones
General
Make searching easier for your visitors with a searchbox. Before you can make a search box on your site, you have to have a ringtonesite.
Then withdraw a piece of HTML like this:
<!-- Ringtonio zoekbox -->
<form name=rtzoekbox method=get action="???">
Search ringtone:<br>
<input type=text name=rtquery size=30 maxlength=80><br>
<input type=radio name=rttypeov value=mono checked>Normal
<input type=radio name=rttypeov value=poly>Polyphonic
<input type=submit value=" Search! ">
</form>
<!-- Ringtonio zoekbox -->
Instead of
??? fill in the URL to your ringtone page. For example: http://www.mijnbeltonensite.nl/beltonen.html . It doesn't matter if you have polyphonic or monophonic ringtones on your page!
Of course you can make this piece of HTML like your own taste.
Categories
You can also give the searchbox a category: For example like a hidden-field (rtcat) or as a pulldown menu. You can use the hidden-field to make a theme page like christmas for example. A pulldown menu can be used to let your visitors choose a category by themselves.
For a pull-down menu you can add in your searchbox form for example:
<select name=rtcat>
<option value=0>Everything
<option value=1>Top 40 / popular
<option value=2>Themesongs / TV-tunes
<option value=3>Anthem
<option value=4>St. Nicholas
<option value=5>Christmas
<option value=6>Songs for children
<option value=7>Après-ski / Party
<option value=8>Turkisch
<option value=9>Oldies
<option value=10>Football
<option value=11>Classical
</select>
Example:
Extra parameters
- rtquery : where to search for in the ringtone title
- rttypeov : 'mono' or 'poly', normally you will get a piece of Javascript code after you walked through the wizard, in which is rttype=mono or rttype=poly. With rttypeov=mono or rttype=poly you 'copy out' this standard settings. Because of this, you can also search for monophonic ringtones on a page with polyphonic ringtones. Check out the source for example http://www.beltonensite.nl
rttypeov doesn't have to be a radiobox like the above example. It can also be a hidden with a fixed value (poly or mono) to make it not to confused.
- rtcat : ringtone categorie (list)
