I would like to have a javascript prompt pop up that has a selection element in it rather than a text input. When searching for a solution it seems that using jquery could d
What you're looking for is called a modal dialog. This is really just a DIV with HTML inside it, with an overlay over the rest of the page.
You can roll-your-own or use a ready-made one from a library.