24 lines
677 B
Plaintext
24 lines
677 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ShowLargePicture1.aspx.cs"
|
|
Inherits="Education.Forms.基本資料.ShowLargePicture1" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>大圖檢視</title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div style="margin: auto; text-align: center; vertical-align: middle;">
|
|
<asp:Image ID="Image1" runat="server" />
|
|
</div>
|
|
</form>
|
|
<script type="text/javascript">
|
|
window.onload = function () {
|
|
window.resizeTo(screen.width, screen.height);
|
|
};
|
|
</script>
|
|
</body>
|
|
</html>
|