cmc-sales/views/quotes/frame.ctp
2009-10-08 19:42:23 +11:00

11 lines
263 B
PHP

<div id="pageframe">
<h3>Cover Page</h3>
<iframe src ="<?php echo $html->url("show/$id"); ?>" width="100%" height="500px">
<p>This function only works with a Modern Browser that uses Iframes. Sorry.</p>
</iframe>
</div>
<?php echo $html->url("show/$id"); ?>