source: trunk/seguranca/ExpressoCertLogin/TestApplet.html @ 1035

Revision 1035, 722 bytes checked in by rafaelraymundo, 15 years ago (diff)

Ticket #558 - Adicionada funcionalidade de assinatura e criptografia de e-mails.

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
5<title>Insert title here</title>
6
7<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93">
8  <param name="type" value="application/x-java-applet;version=1.4">
9  <param name="code" value="LoginApplet.class">
10  <param name="archive" value="ExpressoCert.jar">
11    <comment>
12      <embed code="LoginApplet.class" archive="ExpressoCert.jar"
13        type="application/x-java-applet;version=1.4">
14        <noembed>
15          No Java Support.
16        </noembed>
17      </embed>
18    </comment>
19  </object>
20</head>
21<body>
22
23</body>
24</html>
Note: See TracBrowser for help on using the repository browser.