Tuesday, March 15, 2005

auto login

Step 1 : Include this :

JavaScript begin tag

function autoSubmit(form){
document.forms[0].submit();
}
End javascript tag

begin [body onLoad='autoSubmit()']
begin html:form action="/LoginLogout.do?method=login">

Step 2 : Hard code the user id and password in the value attributes.

No comments:

Post a Comment