Questions tagged as 'tag'

1
answer

Tag Form Closes Alone

When I send this html code via ajax it displays correctly but closes the Form tag shortly after opening it, is there another way to do this? or there is some syntax error. $FormUserCad = '<div class="Ctn_Form_Cad"> <div class=...
asked by 14.10.2016 / 19:27
2
answers

Read specific XML tags?

I need to read tags specific to this file XML : <?xml version="1.0" encoding="UTF-8"?> <EnviarLoteRpsEnvio xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns...
asked by 14.03.2017 / 21:13
0
answers

Can I use the canonical tag for all products?

I want to know if I can use the canonical tag to reference the same product. Reason: google understands that totally different products are canonical.     
asked by 21.02.2018 / 21:29
0
answers

Call a JavaSript function from an html code. Note: The JavaScript code is in the same file.

I need to call functions in html without a button, calling when a part of html code is executed. with the button I already did, it looks like this: <input type="button" value="Nome do botão" onclick="nomeDaFuncao();" /> I wanted to ca...
asked by 26.10.2015 / 21:04