Home Web Front-end JS Tutorial js pop-up menu/window effect_javascript skills

js pop-up menu/window effect_javascript skills

May 16, 2016 pm 06:00 PM
window

Should there be better accessibility support for popup menus? This article will cover 3 common pop-up windows:

window.open New browser window

// js
document.getElementById('theframe').src = '/target.html'


3. Pseudo pop-up window created by page DOM: Use