H.h Posted July 17, 2012 Report Share Posted July 17, 2012 (edited) Boa Tarde pessoal...<?php echo "<td align=left onclick=\"window.open=('../consultas/list_pauta.php?id={$turma}&dia=".$ln["data_aula"]."');\">"; ?> É possivel usar o window.open em um td ? Se sim, por favor me ajudem, porque desse jeito não esta passando e desse aqui passa: echo "<td align=left onclick=\"location.href='../consultas/list_pauta.php?id={$turma}&dia=".$ln["data_aula"]."';\">"; Edited July 17, 2012 by H.h Quote Link to comment Share on other sites More sharing options...
0 dinohills Posted July 17, 2012 Report Share Posted July 17, 2012 (edited) Boa tarde, você pode usar sim, só você tirar o = do window.open e fechar a tag da td <td>teste</td>fica assim:<?php echo "<td align=left onclick=\"window.open('../consultas/list_pauta.php?id={$turma}&dia=".$ln["data_aula"]."');\">clique aqui</td>"; ?> Edited July 17, 2012 by dinohills Quote Link to comment Share on other sites More sharing options...
Question
H.h
Boa Tarde pessoal...
É possivel usar o window.open em um td ? Se sim, por favor me ajudem, porque desse jeito não esta passando e desse aqui passa: Edited by H.hLink to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.