WinInet and JavaScript
Keywords: JavaScript
Question:
I am doing some programmatic equities trading using the wininet extender.I am trying to follow a link which is apparently a javascript command. I can't find any documentation to keep me moving forward. How do I handle this kind of link?
Answer:
1) Sometimes you really have to understand the Javascript.2) Sometimes you haveto get a packet sniffer to see what is going out on the network cable. However I suspect it is probably using a lot of https protocols so then the network cable stuff wouold be useless as it would be encoded. Probably have to become a Javascript-semi-expert.
Article ID: W15099