News

JavaScript-Window-Edit Description This project was the third challenge I completed during a coding bootcamp with the University of Texas at Austin. The purpose of the project was to add functionality ...
More often than not you want to create a child window and want to capture its events. This example simply captures its close event.
I have --javascript-delay 2000 --window-status print as args. I was expecting that it would time out at 2000 if the condition were not met, but it seems to wait forever. Taking out --window-status ...
I've got a web page where I'm using javascript to hide and display div's in the main text area. The javascript is triggered by a set of links on the same page outside of this main text area. By ...