

Idea #7 in the JavaScript Idea Series – Pop Up Text Entry Boxes
Here is just another fun way to allow your learners to enter something for you.
Similar to an alert pop up window – this one allows for text entry and comes prepackaged with an OK and Cancel button. When you use it – the prompt will display blank or with any default text that you choose. Only requires a single line of code.
Huge plus – no autofill options are provided for the prompt! You will need to decide whether this works for you and your project needs.
I would love to hear some ways where you might find a use for this over a traditional TEB.
Here is just another fun way to allow your learners to enter something for you.
Similar to an alert pop up window – this one allows for text entry and comes prepackaged with an OK and Cancel button. When you use it – the prompt will display blank or with any default text that you choose. Only requires a single line of code.
Huge plus – no autofill options are provided for the prompt! You will need to decide whether this works for you and your project needs.
I would love to hear some ways where you might find a use for this over a traditional TEB.
You must be logged in to post a comment.