Quick question, I have a simple javascript problem that I don't know the fix to.
divNext = document.getElementById("submit_button");
if(document.getElementById("page").value == 4 ? divNext.value = 'Submit' : divNext.value = 'Next »');
Now the problem is that it should display the Next with two >> after it (at least if they where encoded) however it displays them with the actual content there. How can I get it to display the html encoded character? Thanks in advanced