I'm building a translation website and need to be able to toggle the content of div tags to show how a paragraph looks in each language.
I have used the following code, which works fine:
<script type="text/javascript">
function makeTxt(id,txt){
var obj = document.getElementById(id)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.