Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: Reading from an ActiveX Object

by ChOas (Curate)
on Jul 08, 2008 at 06:33 UTC ( [id://696164]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Reading from an ActiveX Object
in thread Reading from an ActiveX Object

This has not a lot to do with ActiveX itself.

It's just an XMLHttpRequest which retrieves the page contained in 'url'.
The activeX is only used in MS browsers, the other (imho normal browsers) will be using:
req = new XMLHttpRequest();

So... Find out what 'url' contains and use LWP::Simple or whatever to fetch the page...

GreetZ!,
    ChOas

print "profeth still\n" if /bird|devil/;

Replies are listed 'Best First'.
Re^6: Reading from an ActiveX Object
by GaijinPunch (Pilgrim) on Jul 08, 2008 at 06:58 UTC
    Hmm... I started to go in that direction but it seemed like a dead end... I'll check a bit more.

Log In?
Username:
Password:

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

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

    No recent polls found