forexample I can go to Click Here and open developer tools and write this code document.querySelector('.news a').click() and it will open news.
Now I want a program to do this automatically for me. write a javascript code that do this for me
actully this was just a simple example I don't want a program to open news in msn actully I want to submit something automaticaly.
1)how can I do this (I know if want to make this app for desktop I should use something like appjs)? 2)Is there any way that it doesn't open browser and submit that?

Recommended Answers

All 3 Replies

javascript works on brosers!

Well, there are other script languages that you do the work for you... You need a server to run the script for you without opening a browser though.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.