Skip to main content
Participant
December 1, 2015
Question

hi, textbox and javascript

  • December 1, 2015
  • 1 reply
  • 220 views

hi, i'm french and my english is not very good. I would like to delete text-box completed by an user with javascript. Is it possible ? Thank you

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    December 1, 2015

    You can write in French, because I don't understand what you want at all. Do not forget to mention the version you are using?

    If you are talking about a Text Entry Box, you can hide it after the user has clicked Submit, by using the Success action of the Text Entry Box. You don't need JavaScript for that.

    Participant
    December 1, 2015

    Thank you Lilybiri.

    Actually i'm trying to make a number game in a slide with javascript.

    Exemple : 3 * 4 = ?? And the user answer to this question.

    With javascript, in the same slide, i want to generate other numbers (i manage to do it to do it) but i can't delete the previous answer of the user.

    Merci Lilybiri

    En fait, j'essai de réaliser un jeu sur les nombres à l'intérieur d'une diapositive avec javascript.

    Exemple : 3 * 4 = ?? Et l'utilisateur répond à cette question.

    Avec javascript, dans la même diapositive, je veux générer d'autres nombres (ça j'ai réussi à le faire) mais je n'arrive pas à effacer la réponse précédente de l'utilisateur.

    I hope i'm clear enough - J'espère être suffisamment clair.

    Thanks - Merci

    Lilybiri
    Legend
    December 1, 2015

    C'est toujours le problème du TEB (Text Entry Box): on ne peut pas controler ce qui est montré dans le TEB. Même quand on change le contenu du variable associé, le TEB montrera toujours l'ancien valeur.

    Which version I asked?