OpenNTF.org - Open Notes Picture Database

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: Open Notes Picture Database (Managed by Christian Brandlehner)
Actions:


Response
Subjecttry this
Created 08/05/2004 02:05 AM by Christian Brandlehner.
Modified<none> by <none>.
Body

just for testing, remove the java script code from your login form:

like this one:

//submit the form if the user presses the ENTER key
function checkEnter(event)
{
var code = 0

if (NN4) {
code = event.which
} else {
code = window.event.keyCode
}

if (code==13)
document.forms[0].submit()
}