Hi folks,
I have a running phpvms on my web and I have a another website, and I want to know if there is a way I can embed the live acars map? I tried figuring out the root part of the acars map. for an ex: www.website.com/map but cant find it on the files. Hope this is clear.
My code:
I'm using open street map
<div class="center">
<!-- Full Width Wrapper -->
<div class="maincontent-full">
<!-- Full Width Content -->
<p> </p>
<!-- script pilotos -->
<script src="http://dev.henri.com/lib/js/base_map.js"></script>
<script src="http://dev.henri.com/lib/js/acarsmap.js"></script>
<IFRAME SRC="http://dev.henri.com/action.php/acars" WIDTH=850 HEIGHT=1000>
<!-- script pilotos -->
<!-- Full Width Wrapper End -->
</div>
</div>
<p> </p>
<p> </p>
<div class="clear"></div>
</div>