is there a way to take the 'action' part out of the form id and include it in a option select value?
ive tried it a few different ways and cant get it to work
basically i want to take these 3 search form action values and make it one drop down list that will search the domain selected when user hits submit button
hey all, i am trying to turn a search form in a blog to include multiple subdomains with similar searchform scripts.
i have 3 or more blogs and want to make a search form that can let a user select what blog they want to search in...
here is the search from script for one blog, there are all on subdomains of same site and use teh same code except for the action="url"...
<form id="searchform" method="get" action="http://tv.clhmedia.com/">
<label class="hidden" for="s"></label>
<input type="text" name="s" id="s" size="15" value="" />
input type="submit" value="Search" />
</form>
is there a way to take the 'action' part out of the form id and include it in a option select value?
ive tried it a few different ways and cant get it to work
basically i want to take these 3 search form action values and make it one drop down list that will search the domain selected when user hits submit button
<form id="searchform" method="get" action="http://tv.clhmedia.com/">
<form id="searchform" method="get" action="http://play.clhmedia.com/">
<form id="searchform" method="get" action="http://feeds.clhmedia.com/">
any help would be great...thanks