How do I embed Jomres within another, non Joomla site?
From Jomres v4 manual
Jomres has a url variable "popup". If it's set to "0" then all links within Jomres will be set
Assuming that you're using Joomla, then the easiest way is to create an iframe and call the jomres site without the wrapping pages. eg if your jomres site is http://www.mysite.com/hotels/index.php?option=com_jomres then in the iframe call http://www.mysite.com/hotels/index.php?option=com_jomres&tmpl=component.
The tmpl=component tells Joomla to not produce any modules/sidebars/headers etc and leaves it up to the component. If you are using another CMS then you'll need to research the equivalent command for your CMS.

