So a normal popup but without the original borders and styles what comes from the Operating system.
Is there a way to style these popups?
EDIT:
Simply HTML elements are not good like <div> because they cannot be on front of the windows in the OS.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
‘Chromeless’ pop-up windows used to be allowed in IE via
showModalDialog,showModelessDialogandcreatePopup, but were a disaster for usability and security reasons. They allowed any web page to fake UI on any part of the screen (effectively ‘click-jacking’ the entire desktop, circumventing all security-related UI), and were typically used for the most obnoxious advertising.IE introduced restrictions on them (dialog
unadornedis not available to web pages, andcreatePopuppopups can no longer obscure other windows) which are not going to go away, and other browsers never implemented them at all.