22 lines
461 B
Plaintext
22 lines
461 B
Plaintext
<%@ language="javascript"%>
|
|
<% /*
|
|
$Revision$
|
|
$Id$
|
|
*/%>
|
|
<!--#include file="../../appl/Shared/common.inc"-->
|
|
<% FCLTHeader.Set({root: "../../appl/"}); %>
|
|
<html>
|
|
<head>
|
|
<% FCLTHeader.Generate(); %>
|
|
<script>
|
|
function OpenContact()
|
|
{
|
|
window.open("mailto:serviceportal@rai.nl");
|
|
FcltMgr.closeDetail(window);
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body onload="OpenContact()">
|
|
</body>
|
|
</html> |