• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Logged in user name using DHTML

HelloBrother

Senior member
I have this code as part of a hier menu..

<td valign=&quot;top&quot;>
<a href=&quot;?login&quot; login.src=getOverImage('m_login');&quot;
onMouseOut=&quot;mouseout(); login.src=getOutImage('m_login');&quot;>
<img src=&quot;[ImageDir]/login.gif/$FILE/login.gif&quot; border=0 name=login width=90></a>
</td>

Now, I want to toggle login and logoff buttons instead of just login. How to do that using just DHTML and/or JavaScript.

I could use @Username since I am using Domino but since I am also using Aptrix to host I cannot combine Formula and DHTML/JavaScript.
 
Back
Top