Bright Posted December 31, 2011 Report Share Posted December 31, 2011 Olá galera, novamente.Estou com um probleminha, eu quero chamar uma função javascript, em um onmouseover dentro de uma div em um echo.Vejam:foreach ($leftMenu as $leftButton){ echo ' <div class="buttonLeftMenu" id="'.$leftButton['value'].'" onmouseover="change("'.$leftButton['value'].'")"> <div> <div class="buttonLeftMenuOpt">'.$leftButton['titulo'].'<br /></div> <div class="buttonLeftMenuDesc">'.$leftButton['subtitulo'].'</div> </div> </div>'; }Se alguém puder me dar uma mão.Valeu! Quote Link to comment Share on other sites More sharing options...
0 ESerra Posted December 31, 2011 Report Share Posted December 31, 2011 echo '<a href="java script:;" onclick="teste(\'123\')">Clique</a>'; echo '<script> function teste(valor){ alert(valor); } </script>'; Quote Link to comment Share on other sites More sharing options...
0 Bright Posted December 31, 2011 Author Report Share Posted December 31, 2011 echo '<a href="java script:;" onclick="teste(\'123\')">Clique</a>'; echo '<script> function teste(valor){ alert(valor); } </script>';Valeu, funcionou certinho :Dhavia me esquecido do \'xxx'\ Quote Link to comment Share on other sites More sharing options...
Question
Bright
Olá galera, novamente.
Estou com um probleminha, eu quero chamar uma função javascript, em um onmouseover dentro de uma div em um echo.
Vejam:
Se alguém puder me dar uma mão.
Valeu!
Link to comment
Share on other sites
2 answers 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.