Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: parsing links from java applets

by tachyon (Chancellor)
on Nov 16, 2004 at 06:46 UTC ( [id://408052]=note: print w/replies, xml ) Need Help??


in reply to parsing links from java applets

The reality is it can't really be done reliably. Although a regex string scan on the bytecode might yield some url like strings and you can probably decompile the applet anyway the problem is that (like with javascript) the actual link may be generated programatically ie it simply does not exist until runtime.

my $link = $prot . $domain . $script . $query;

cheers

tachyon

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-23 14:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found