Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Parsing content found in onClick and window.open Javascript calls

by moritz (Cardinal)
on Sep 02, 2007 at 15:06 UTC ( [id://636610]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://636610]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (8)
As of 2024-04-19 15:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found