Search:

Type: Posts; User: matilda; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,876

    myvar4="÷"; var v= "" + myvar1[h] + " "...

    myvar4="÷";
    var v= "" + myvar1[h] + " " +myvar4+" " + myvar2[h] + " = ";
    document.quizform.question.value=v;

    does not work

    the special character code displays rather than the divide symbol
  2. Replies
    6
    Views
    2,876

    Special Characters

    Hi

    Is it possible to write the division symbol ÷ or ÷ to a html text box with javascript?:confused:

    I have done this before but since changing web hostings the symbol appears as a square.
    ...
Results 1 to 2 of 2