Is it possible to have JavaScript alert() notification limited to a tab instead of the whole browser? -


am exploring possibility of having javascript alert notification limited tab in ie.

you use dialog instead , show notification without ugly alert() message bit out of fashion.

using modal option add overlay on page acting kind of old alert.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -