Share WidgetOpen the Share Widget.
You can send an email to your client with a link to open this Web Application.
Click on the Email Icon.
This launches Outlook with the link to open the Historical Aerial Photography Web App preserving the current map extent.
Click on Link options to view additional settings.
You may also embed this Web App inside a Web page.
Select Embed options | Large
Copy the HTML code highlighted in green. You will be pasting this inside your Web Page.
Open Notepad and add this HTML Code:
----------------------------------
<html>
<head>
<title>Historic Aerials</title>
<style>
body {background:lightblue}
</style>
</head>
<body>
<h1> Historical Aerial Photography </h1>
<iframe width="1080" height="720" frameborder="0" scrolling="no" allowfullscreen src="https://gis.maricopa.gov/GIO/HistoricalAerial/index.html?extent=-12478861.9585%2C3954707.9168%2C-12478108.3372%2C3955217.8951%2C102100"></iframe>
<p> Example of using an iframe to embed a Web Application inside a Web Page.</p>
</body>
</html>
------------------------------
Save this text file as HistoricAerials.html
Make sure you use the .html extension.
The default .txt extension will not work.
Open HistoricAerials.html
This is how your Web page will appear with the Web App embedded inside.
|