0
$linkBloquear = '
<a href=
"?produtos&bloquear&idProdutos=' . $produtos->getIdProdutos() . '"
onclick="return verifica(' . $mensagemBloquear . ');"
>
' . $imagemBloquear . '
</a>';
I posted this way to facilitate the visualization.
I’m having trouble with the job checking
The way it is
(' . $mensagemBloquear . ')
Something like:
return verfica (Tem mesmo que verificar?)
And it’ll be a mistake;
I tried to:
(\"' . $mensagemBloquear . '\")
and comes out something like:
return verfica (\Tem mesmo que verificar?\)
How do I correct that?