core-jgi/serverApps/src/web/xxx1.html

22 lines
549 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<script language="javascript">
function sayHi()
{
alert ('function');
}
</script>
<body>
<form action="http://www.yahoo.com" method="get" name="form1" target="_blank">
<a href="/adempiere/" target="popup"><img src="LogoSmall.gif" width="64" height="32" border="1"></a>
</form>
</body>
</html>