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.
[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.
Comment