Our IDX Reciprocity Console search and summary results pages are fairly compact and designed to be framed within your website so that you will maintain control of your visitors. The detailed property listings pop up in a new window at a size convenient for the user to print if they wish.
Our suggestion for the best appearance is to establish a page called "properties" or similar, i.e. http://www.yourdomain.com/properties.html, and to install an "iframe." A regular framed approach will also work fine.
The following code should be placed in the body of your web page where you want the search to appear:
<iframe width="525" height="700" src="XXX"></iframe>
Use the specific URL we provide, such as
http://www.vermontidx.com/search.php?firm=cocode&ListPerPage=5
where noted with XXX.
You do not have to do it this way. This is just a suggestion. You may add the attribute frameborder="0" to the iframe tag if you want the iframe to be "transparent" to the viewer. You may place all of this inside a table if alignment is desired.
