Hi, i need to do a very simple thing.
But sadly it seems to be hard to do...
Any help would be greatly appreciated for I have spent hours on end on this and found no resolution.
I need to change plain text on an HTML exposed page, on the client side, meaning it needs to be done with HTML / Javascript.
Simplest example:
Imagine a page that says: "Text is this."
and has a button that when you press it, you see it say: "Text is that"
The trick is the following:
must not reload the page and must change the text itself, not cover it up with a layer or something like this.
What I am looking for is something like being able to change the 'value' parameter of a 'p' tag or something like that.
Thanks a lot in advance,
=)