I am working on a website right now and have come to a halt. I need my clients to be able to click on a piece of text like
<a onClick="funciton to change text">Webby Stuffy</a>
and i need it to change the text within a table to something else.
I have found scripts that do this fine but they change the text as static text. like if i wrote:
<a href="http://www.google.com>Visit Google</a>
it would input the text into the field as just that.
it would not update the new field with the new html and so any formatting comes out as plain text.
any help in solving this issue would be great as it would lessen page load time on the user and save me tons of time designing my webpages :P