Is there a way to create a purely javascript (not jquery) modal pop-up. Does anyone know of a library where I can say Modal_ask (option1,option2,option3,...) and it stops the javascript processing until a value is returned.
Similar to confirm, but with variable number of options.
Thx
R