I think it would be interesting to have some functions to: (in javascript) - open a popup - close a popup - make a redirection Theses functions are used pretty often in IMP, so we could define an API for that? I was hesitation between putting these functions in the Browser.php file or create a new file Capability.php that would be a factory of a Javascript class if Javascript is enabled. What do you think?