Jump to content

Actualizar conteúdo de uma div ou table sem fazer reload


Icaro

Recommended Posts

experimentei o seguinte código mas dá-me erro:

<input type='button' onclick='javascript:document.getElementByID("ct").innerHTML = "NOVO CONTEUDO1"' />

<input type='button' onclick='javascript:document.getElementByID("ct").innerHTML = "NOVO CONTEUDO2"' />

<input type='button' onclick='javascript:document.getElementByID("ct").innerHTML = "NOVO CONTEUDO3"' />

<div id="ct">

bla

</div>

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...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.