Hello…
In two apps, i have the same code…
Assign a simple form to text control, to call a procedure with a post…
{BotonCarro} = "<form name='Comprar' action='../AgregaArticuloCarro/AgregaArticuloCarro.php' target='_self' method='post'> <button class='btncarro1' name='Cod_Articulo' value='".{Cod_Articulo}."'><i class='fa fa-shopping-cart'></i> Comprado</button></form>";
In one of this apps, works fine, and generate this html code (Developer tools):
In another, the SAME CODE, generate this html code (not form, button) and NOT WORK:
What’s going on?
How can I solve that?
Thanks!!!