in reply to Parsing content found in onClick and window.open Javascript calls

You could grep for

use Regexp::Common qw /URI/; if m/window\.open\(["']($RE{URI}{HTTP})["']\)/ { print $1; }
  • Comment on Re: Parsing content found in onClick and window.open Javascript calls
  • Download Code