Jump to content

Recommended Posts

Posted

please help me to find the right command for this button :

HTML CODE
<!-- Read button display --> 
            <li id="click-msg-stack-none"> 
                <a href="#top" onclick="$imm.ShowNextMessage();" title='Lire tes nouveaux messages'></a> 
            </li> 
            
            <li id="click-msg-stack-more"> 
                <a href="#top" onclick="$imm.ShowNextMessage();" title='Lire tes nouveaux messages'></a> 
            </li>

I tried the following code but its not working out :

$o_Buto = _IEGetObjById($o_Form, "click-msg-stack-more")

_IEAction ($o_Buto, "click")

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...