Example code to include NOTAM display applet in your page:
<iframe width=350 height=90 src='http://notams.euroutepro.com/applet.php?notam_site=se&rows=5&chars=22&icao=EK&show_icao=1&show_from=1&show_to=1&show_ident=0&header=1'
scrolling=no frameborder=0> </iframe>
Note: You can submit the icao parameter as either POST or GET. If both are provided, POST has a higher priority. This
enables you to overwrite the icao using a simple form on your page.
Note 2: You must provide either display_site or notam_site to define presentation layer (CSS, colors
etc.). At the same time you must provide either notam_site or icao to define search criteria. Therefore, two
combinations are common:
display_site + icao (display_site to define colors, icao to choose
airports/FIRs)
notam_site (+ optional icao) (notam_site to define colors and FIRs, plus optional
icao to define narrow search criteria)