Javascript problem on Firefox/Safari

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vvcortazar
    New Member
    • Apr 2008
    • 1

    Javascript problem on Firefox/Safari

    I'm having a problem with some javascript buttons on firefox and safari, the code that is executed is the following:

    [CODE=html] <tr>
    <td class="subtitul osAzul">
    ESTADO DE CUENTA
    </td>
    </tr>


    <tr>
    <td><a class="menuIzq"
    href="#"
    onclick="change Link('estadosCu enta.do',
    'dataInput',
    'Consultar',
    'ESTADO DE CUENTA-Consultar',
    '1',
    '1')"
    >
    Consultar
    </a>
    </td>
    </tr>[/CODE]

    I tried using opera and IE7 and the code works fine, any help is appreciated.
    Last edited by acoder; Apr 5 '08, 12:07 PM. Reason: Added code tags
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Show the code for changeLink() and explain what it's supposed to do.

    Comment

    Working...