On Sun, Nov 17, 2002 at 06:21:08AM +0200, Octavian Rasnita wrote: >For example, the code: > ><.a href="http://www.netscape.com/ >onClick="window.location='http://www.crack.tk';"> > >This code will use Javascript first, so this is the real link, so I need to >find it. > >Is there a module that can do this?
You just parse the HTML code throught HTML::TokeParser and identify whether "onClick" key exists. If it does then you can do more text manipulation using regex. regards, phoenich -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
