Setting "Search for" in a view - Need Help

Does anyone have any ideas on how I can do the following thing.

I have a form that is in a frameset and when you click on an action Hotspot the following happens:

@SetTargetFrame(“Content II”);

@Command([OpenView];“Name”)

what I want to do is to add a field to the form and then have them enter anything they want and when you hit this action hotspot it would then

do:

@SetTargetFrame(“Content II”);

@Command([OpenView];“Name”)

***Then insert the search value into this View Search for entry in the view and then searchs on this value

Subject: Designer Help

Check Designer Help > Index > Search forms > described > Customizing search forms. This describes how to set up a form from which users can search. Also check the topic, “URL commands for searching for text”; this describes the URL used to initiate searches.