http://thebakergalleries.com/hesaid/
I am having a difficult time getting the Y!Q plug in to work properly. The objective is to return search results from what I included in the Excerpt -- see value=<the_excerpt()> below. If I simply use value=<"yahoo"> I am able to receive results. Below is what I have inserted in index.php.
p>
<form class="yq" action="http://yq.search.yahoo.com/search"
method="post">
<input type="hidden" name="context" value="<$the_excerpt()$>" />
<div class="yqact">
<input class="yqbt" type="submit"
value="Possibly Related Stuff"
onclick="return activateYQ(this)" />
</div>
</form>