include latest notam into schedule_briefing

is it possible somehow directly to include the notam´s to the schedule_briefing?

i mean this one which is shown in the schedules_briefing

e.g.:

https://pilotweb.nas.faa.gov/geo/icaoRadius.html?icao_id=EFKU&radius=2

still no one?

You would have to use a frame or such to include the page on your site. I think you would be better served to find the xml or rss feed for the data and parse that directly into your own page and display the items you want to.

I was looking for the same thing for airport delays and ended up using the xml feed from the FAA airport status page like this ->http://phpvmsdev.simpilotgroup.com/index.php/Content/delays

okay i am a step ahead now… i found out that this works

<script src="http://rssxpress.ukoln.ac.uk/lite/viewer/?rss=http%3A%2F%2Fwww.ourairports.com%2Fairports%2F<?php echo $schedule->depicao?>%2Fnotams.rss"></script>

(just added it to schedule_briefing.tpl) but its too big and it shows all, how can i customize that?