/
ivan
/
ModMas
Обзор
Документация
Войти
/
ivan
/
ModMas
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ModuleMaster/inj_fmb/fmb.aspx
26 строк
1 KB
i.krivokon
Initial commit
13 мар 2026, 13:49
13 мар 2026, 13:49
00d9fb6
Код
Авторство
О чём код?
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="fmb.aspx.vb" Inherits="fmb" %> <%@ OutputCache Duration="1" VaryByParam="*" NoStore="True" Location="Any" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Injection FMB</title> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <meta http-equiv="refresh" content="300" /> </head> <body> <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> <%--<asp:Timer ID="Timer1" runat="server" Interval="5000"></asp:Timer>--%> <asp:Image runat="server" Width="100%" Height="661" id="fmb_img" style="margin: 0; padding: 0"/> <%--<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>--%> </form> </body> </html> <script language="javascript"> </script>