sandyd Posted September 30, 2009 Share Posted September 30, 2009 Hi all,Got a bit of a problem and wondering if anyone has any ideas.We have an application that uses a HASP USB Key for licensing. We have a 5 user simultaneous license. If anyone tries to access the application over the 5 users, they get a message saying that all licenses are used up. I can see who has the licenses (through an admin console) and want to give the users the access to see who has liceneses.I have two problems here:1. I cant give them access to the admin console2. The admin console is really just dynamic web pages. If I view the source of the web page, it does not show me who has the licenses, as this part is loaded dynamically at runtime by some script.Does anyone know anyway of viewing the generated source of a webpage with autoit? The old IE7Pro browser addin had this functionallity, and I'm sure that some of the other browsers have it to.Is it possible with AutoIT?Thanks in advance,Sandy ----[ SandyD ]--- Link to comment Share on other sites More sharing options...
somdcomputerguy Posted September 30, 2009 Share Posted September 30, 2009 Perhaps this will be what you need. See _IEDocReadHTML in the help file under 'User Defined Functions/IE Management' - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Link to comment Share on other sites More sharing options...
Affe Posted September 30, 2009 Share Posted September 30, 2009 Or if that doesn't work, you can try _IEBodyReadText and parse it out. [center][/center] Link to comment Share on other sites More sharing options...
sandyd Posted September 30, 2009 Author Share Posted September 30, 2009 Got it, Just realised that I can use IEBodyReadHTML to get the generated source. Thanks for reply though ----[ SandyD ]--- Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now