javascript alert box with radio buttons
Posted
by SyAu
on Stack Overflow
See other posts from Stack Overflow
or by SyAu
Published on 2010-03-18T03:23:13Z
Indexed on
2010/03/18
3:31 UTC
Read the original article
Hit count: 188
JavaScript
I want to create an alert box with 3 radio buttons in it. It should be like
'Replace' 'Save' 'Merge'
along with OK and Cancel buttons. Any idea how to achieve this?
© Stack Overflow or respective owner