Templates: Junecode: searchaction
This documentation was updated on Sunday, April 9, 2006 at 12:04 PM
Inserts the appropriate action value for a search form.
Attributes
none
Example
<form id="search" method="get" action="{junecode:searchaction}">
<input type="text" name="search" size="10" value="{junecode:searchtext}" />
<input type="submit" value="Go" />
</form>