I am making a web page where I must use information from an external page, for this I need the page to connect with the external page with a user and its password and obtain the data that the page shows me.
I have knowledge in Java
but not in Javascript
so I was recommended to use PhantomJS
, since the external page works with a javascript
to enter, but I have had problems using the program and it is difficult even more to upload it to a web.
Will there be another language that allows to execute external javascript
files and obtain information?
I thought that AJAX
could work but I do not know if it has the ability to execute javascript
external%.