I have a button on my page. When clicked a popup box should appear allowing the user to enter text. When OK/Submit is pressed, my jscript will then perform some functions using that inputted data. Very straightforward, but I just can’t figure out how to do this.
Thanks!
in it’s simplest form, you could use prompt(question, default):
(taken from w3schools: http://www.w3schools.com/js/tryit.asp?filename=tryjs_prompt)
anything else would require lots of javascript & CSS to create layers with buttons and click events on those buttons