-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kartor.aspx
24 lines (23 loc) · 1.5 KB
/
Kartor.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<%@ Page Title="" Language="C#" MasterPageFile="~/Site_Transparent.master" AutoEventWireup="true"
CodeFile="Kartor.aspx.cs" Inherits="Kartor" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="Server">
<table border="0" align="center">
<tr>
<td width="100%">
<a href="javascript:history.go(-1);">Tillbaka</a>
</td>
</tr>
</table>
<br />
<br />
<center>
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0"
marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=sv&geocode=&q=Snorres+v%C3%A4g,+Lund,+Sweden&aq=0&oq=snorreLund,+Sweden&sll=55.705547,13.224792&sspn=0.08734,0.190029&t=h&ie=UTF8&hq=&hnear=Snorres+v%C3%A4g,+224+74+Lund,+Sverige&ll=55.699792,13.247804&spn=0.00273,0.005938&z=14&output=embed">
</iframe>
<br />
<small><a href="https://maps.google.com/maps?f=q&source=embed&hl=sv&geocode=&q=Snorres+v%C3%A4g,+Lund,+Sweden&aq=0&oq=snorreLund,+Sweden&sll=55.705547,13.224792&sspn=0.08734,0.190029&t=h&ie=UTF8&hq=&hnear=Snorres+v%C3%A4g,+224+74+Lund,+Sverige&ll=55.699792,13.247804&spn=0.00273,0.005938&z=14"
style="color: #0000FF; text-align: left">Visa större karta </a></small>
</center>
</asp:Content>