orderprint.aspx
来自「本系统是在asp版《在线文件管理器》的基础上设计制作」· ASPX 代码 · 共 20 行
ASPX
20 行
<%@ Register TagPrefix="Galleries" Namespace="CommunityServer.Galleries.Controls" Assembly="CommunityServer.Galleries" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>Processing request...</title>
</head>
<body id="Body" runat="server">
<div align="center">
<b>Submitting your photo to Shutterfly. Please wait...</b>
</div>
<img src="http://www.telligentsystems.com/Solutions/Gallery/orderPrints.aspx" alt="" width="1" height="1">
<Galleries:OrderPrintForm runat="server" />
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?