Tag Archives: JavaScript

Advisory: Adobe Air 1.1 JavaScript execution security vulnerability

Adobe released a patch and bulletin for an issue I reported back in May.  The issue is really in WebKit, and many products seem to be affected. A vulnerability has been identified in Adobe AIR 1.1 and earlier that could … Continue reading

Posted in JavaScript, Unicode, advisory, cross site scripting, testing | Tagged , , | Leave a comment

window.open in a new tab

In some automation testing I need to use window.open() to open new tabs rather than completely new browser windows. To do this in Internet Explorer 7, you can set the registry key DWORD name ‘PopupsUseNewWindow‘ to a value of 2 … Continue reading

Posted in JavaScript, browser | Tagged , , | Leave a comment