How to get the javascript part
-
I am working on an application that have to retrive something after the javascript timer timesout... like there in rapidshare you have a js timer, when it times out you are shown the link... Now the problem is I have used WININET to do http work send a url to server retrive the response I found that the javascript part, which when i saw page source in browser was something like <html>..... ....... ...</html> <script>..... JS Part </script> Now in the reponse em getting, there is no script part, but there is other js parts. i have tried changing the USER - AGENT .. Plz reply, no MFC, just winapi please..
-
I am working on an application that have to retrive something after the javascript timer timesout... like there in rapidshare you have a js timer, when it times out you are shown the link... Now the problem is I have used WININET to do http work send a url to server retrive the response I found that the javascript part, which when i saw page source in browser was something like <html>..... ....... ...</html> <script>..... JS Part </script> Now in the reponse em getting, there is no script part, but there is other js parts. i have tried changing the USER - AGENT .. Plz reply, no MFC, just winapi please..
-
I am working on an application that have to retrive something after the javascript timer timesout... like there in rapidshare you have a js timer, when it times out you are shown the link... Now the problem is I have used WININET to do http work send a url to server retrive the response I found that the javascript part, which when i saw page source in browser was something like <html>..... ....... ...</html> <script>..... JS Part </script> Now in the reponse em getting, there is no script part, but there is other js parts. i have tried changing the USER - AGENT .. Plz reply, no MFC, just winapi please..
ok I am done with that,I was actually working on a web crawler, actually a file crawler. I tricked out some php dlls and loaded it in my Win32 app and used it to retrive source and it is working pretty cool.