Josediecinueve Posted June 19, 2018 Share Posted June 19, 2018 Hello,I have this code inside the contentBox code, it is a button that hides some values from the web, this button works perfectly on the web if it is displayed in Firefox, but in Chrome the button does not appear. <form><input value="Ocultar Precio de Coste" onclick="ContenedorTexto.style.visibility = 'hidden';preciocoste.style.visibility = 'hidden';impuesto.style.visibility = 'hidden';" class="btn btn-primary add-to-cart" type="button" /></form> I hope you can help me.Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now