frame.html 1.5 KB
Newer Older
1 2
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<!-- 
3
Copyright 2004-2008 H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html). 
4 5 6 7
Initial Developer: H2 Group
-->
<html>
<head>
8
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 10
    <title>H2 Database Engine</title>
    <script type="text/javascript" src="navigation.js"></script>
11 12 13
    <link rel="stylesheet" type="text/css" href="stylesheet.css" />
    <link rel="alternate" type="application/atom+xml" title="H2 Newsfeed" href="http://www.h2database.com/html/newsfeed-atom.xml" />
    <link rel="alternate" type="application/rss+xml" title="H2 Newsfeed" href="http://www.h2database.com/html/newsfeed-rss.xml" />
14 15
</head>
<frameset cols="180,*" rows="*" frameborder="2" framespacing="4" border="4" onLoad="loadFrameset()">
16 17
    <frame frameborder="0" marginheight="0" marginwidth="0" src="search.html" name="menu" />
    <frame frameborder="0" marginheight="0" marginwidth="0" src="main.html" name="main" />
18 19 20
</frameset>
<noframes>
<body>
21
<p>
22 23 24 25 26 27
H2 (for 'Hypersonic 2') is free a Java SQL DBMS.
Clustering, embedded and server mode, transactions, referential integrity, 
views, subqueries, triggers, encryption, and disk based or in-memory operation 
are supported. A browser based console application is included. 
If you see this page your browser does not support frames. 
Please click here to view the <a href="search.html">index</a>.
28
</p>
29 30 31
</body>
</noframes>
</html>