Jump to content

ContentBox in Chrome


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...