Hi
Is it possible to write the division symbol ÷ or ÷ to a html text box with javascript?
I have done this before but since changing web hostings the symbol appears as a square.
Below are three lines from the script that used to work.
myvar4="÷";
var v= "" + myvar1[h] + " " +myvar4+" " + myvar2[h] + " = ";
document.quizform.question.value=v;
Any help gratefully recieved.
Cheers
Matilda




Reply With Quote


Bookmarks