<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<small>if you want to have the javascript shorter, take this one
instead.<br>
And forget about "</small>ba_initFontSize();", this call is unrelated
and crept into my 1st post accidentially.<br>
<br>
so again: <br>
================ frontendlogin.js ===<br>
<%@ page session="false" %><%@ taglib prefix="cms" uri=<a
 class="moz-txt-link-rfc2396E" href="http://www.opencms.org/taglib/cms">"http://www.opencms.org/taglib/cms"</a>
%>
<br>
document.onkeyup=function(e){<br>
 if(!e)e=window.event;<br>
 if(e&&(e.type=="keyup")&&(e.keyCode==32)&&e.ctrlKey)<br>
 
location.href="<cms:link>/system/modules/com.berzinarchives.cms/workplace/action/frontendlogin.jsp</cms:link>?url="+escape(location.href);<br>
}<br>
</body>
</html>