Użytkownik: anonymous
Tytuł: noname
Język: PHP
Data: 10 mar 2010, 16:46
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!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 id="Head1" runat="server"> <title>labo 03/zadanie 2</title> <link href="Styl3.css" type="text/css" rel="stylesheet"/> </head> <body> <form id="form1" runat="server"> <div id="container"> <p>Lab03/zad2</p> <p>Joanna Ardeli, 178932</p> <p>zadanie: Wyświetlenie bieżącej daty - wersja 2</p> <p>Bieżąca data: <em> <asp:Label ID="Data" runat="server" Text="Label"></asp:Label></em> </p> <p> Data i czas ostatniej aktualizacji strony: <code> <script type="text/javascript">document.write(document.lastModified);</script> </code> </p> </div> </form> </body> </html>


