Need Help. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Need Help.

There's a site with a text box in it. I have a file over 200 unique input values. Each input returns a unique value which I want to log in a text file. The site is hosted online so I was wondering if I can run java code on that website (legally) but I cant figure how to connect my code to the website. Or should I just use a vbs script?

7th May 2017, 4:54 AM
Casey McCray
Casey McCray - avatar
3 Answers
+ 2
Hi there, if you are the site owner, you can run your Java code using Java Applet. It is quite simple to use it once you are familiarised with the basic requirements. Try searching on Google for more information on how to deploy your Java Applet application.
8th May 2017, 8:21 AM
Ivan dos Reis Andrade
Ivan dos Reis Andrade - avatar
+ 1
In this case it will depend on how you want to access the information. It is possible to read data from a website using Java. Can you provide some details on how the information is stored on the site? The info that you need to read is stored in what HTML element?
8th May 2017, 9:37 AM
Ivan dos Reis Andrade
Ivan dos Reis Andrade - avatar
0
@Ivan I'm not the site owner.
8th May 2017, 9:16 AM
Casey McCray
Casey McCray - avatar