dava133
|
| Posted: 04/26/2002, 12:30 PM |
|
ATM im using this :
<script language="JavaScript">
document.forms[0].Login.focus();
</script>
in the login form footer which puts a focus in the username field, does neone know a simple way i can add to this to make it check whether the form is actually displayed. When i hide the form eg when the user is logged in, the page produces an error, cheers for ne help
David
|
|
|
 |
Nicole
|
| Posted: 04/29/2002, 4:41 AM |
|
Hello,
you should hide the footer when the form is hidden. Refer to CC2.0.5 description to find how it could be done: http://codecharge.com/updates/cc2_0_5.html
|
|
|
 |
|