hasPopupOnTouch()

This popup was opened like this:

actor.hasPopupOnTouch("popup_page.html", 600, 400, 20, 30, 0);
The options have the following meaning:
actor.hasPopupOnTouch(url, width, height, offsetX, offsetY, closeAfter);
Let's go through the options!