Andryon PHProgrammer Posted February 28, 2012 Report Share Posted February 28, 2012 Pessoal, estou com um problema simples de resolver mas estou me batendo um pouco.Tenho o seguinte retorno$q = '<td><input type="text" style="width: 50px" name="vltrans_unit_rep" id="vltrans_unit_rep" value="'.$vltrans_unit.'" onKeyPress="return(MascaraMoeda(this,'.',',',event))" /></td>';Mas não estou conseguindo fazer a máscara funcionar neste retorno, tem algum coisa a ver com as aspas, mas já alterei algumas vezes e não consegui fazer corretamente.alguém sabe como resolver? Quote Link to comment Share on other sites More sharing options...
0 Diogo Rebello Posted February 28, 2012 Report Share Posted February 28, 2012 Tente assim amigão!!$q = "<td><input type='text' style='width: 50px' name='vltrans_unit_rep' id='vltrans_unit_rep' value='$vltrans_unit' onKeyPress='return(MascaraMoeda(this,'.',',',event))' /></td>"; Quote Link to comment Share on other sites More sharing options...
0 Andryon PHProgrammer Posted February 28, 2012 Author Report Share Posted February 28, 2012 (edited) Diogo,Para mim está não seria a solução ideal, pois esta linha é apenas um pedaço da tabela, a tabela é enorme, daria muito trabalhar trocar aspas simples por duplas e alterar todos os elementos da tabela por aspas simples.Não sei se tem algum forma de fazer desta maneira, pois o . e segunda , aparece em cor, ou seja, não está vendo o . e a segunda , como uma string. Edited February 28, 2012 by Andryon PHProgrammer Quote Link to comment Share on other sites More sharing options...
0 Diogo Rebello Posted February 28, 2012 Report Share Posted February 28, 2012 Sim Andryon,mas o problema é o seguinte, eu já fiz alguns códigos inteiros de um html em uma variável ou echo, e por experiência própria, pois já bati muito a cabeça com isso, é melhor você ter este trabalho ou usar ou localizador e substituir " por ' se não souber como faz, poste a tabela toda que te entrego ela de forma correta.Abraço! Quote Link to comment Share on other sites More sharing options...
Question
Andryon PHProgrammer
Pessoal, estou com um problema simples de resolver mas estou me batendo um pouco.
Tenho o seguinte retorno
$q = '<td><input type="text" style="width: 50px" name="vltrans_unit_rep" id="vltrans_unit_rep" value="'.$vltrans_unit.'" onKeyPress="return(MascaraMoeda(this,'.',',',event))" /></td>';
Mas não estou conseguindo fazer a máscara funcionar neste retorno, tem algum coisa a ver com as aspas, mas já alterei algumas vezes e não consegui fazer corretamente.
alguém sabe como resolver?
Link to comment
Share on other sites
3 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.