View Single Post
  #7  
Old 03-20-2008, 08:34 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Integrate Extenal Program Into Template

Quick way... create a new static page, then use an <iframe> eg.
Code:
<iframe src="../pathto/autolinkspro/index.php" height="600" width="100%" frameborder="0" scrolling="yes"> Please upgrade your browser</iframe>
__________________
xcartmods.co.uk
Reply With Quote