Hiding the Result Set to a link

Is it possible to make the results of a query available through an href link? or a button? I am developing a web based configurator or wizard to buy cars, so at each step f the selection I dont want to show the user the results of his search unless he wants to specifically wants to see them. Hence the use of either a button saying " View Results" or a hyperlink saying " View Results"
Thanks,
Parth

Sure: the value of an HREF attribute in HTML is simply a URL, and you can put any URL here that you like, including one that incorporates a Tamino query. When the user clicks on the link, the query will be sent off to Tamino, and the query results will be sent back to the browser.