33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Standard.Master" AutoEventWireup="true" CodeBehind="MapTypC.aspx.cs" Inherits="TALAS_V5.MessagesMap.MapTypC" %>
|
|
|
|
<%@ Register assembly="DevExpress.Web.v19.2, Version=19.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web" tagprefix="dx" %>
|
|
|
|
<asp:Content ID="NaviContent" ContentPlaceHolderID="NaviContent" runat="server">
|
|
|
|
</asp:Content>
|
|
|
|
|
|
<asp:Content ID="Content" ContentPlaceHolderID="MainContent" runat="server" >
|
|
|
|
<script type="text/javascript">
|
|
<!--
|
|
var url_string = window.location;
|
|
console.log(window.location);
|
|
var url = new URL(url_string);
|
|
var c = url.searchParams.get("m");
|
|
console.log("idMap: "+c);
|
|
|
|
document.write("<iframe name=\"frmInner1\" width=\"100%\" height=\"100%\" onload=\"resizeIframe(this)\" scrolling=\"no\" src=\"../Tilemap/index.html?idMap="+c+"\"></iframe>");
|
|
|
|
var intFrameHeight = window.innerHeight-50;
|
|
function resizeIframe(iframe) {
|
|
if(iframe) {
|
|
iframe.height = intFrameHeight+"px";
|
|
}
|
|
}
|
|
-->
|
|
</script>
|
|
|
|
</asp:Content>
|
|
|