mIRC Home    About    Download    Register    News    Help

Print Thread
#240491 08/02/13 06:31 PM
Joined: Nov 2004
Posts: 842
Jigsy Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
I wrote a script several months back that allowed me to connect to my router.

I'm just wondering, since my router has buttons like...

Code:
<input type="button" name="connect" value="  Connect  " onClick="stdAction(this.form,'connect')">


...is it possible to invoke JavaScript or pushing said button through mIRC using sockets?


What do you do at the end of the world? Are you busy? Will you save us?
Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
The javascript is executed in the browser, you can mimic the end result of what is sent to the router using sockets, but if the javascript is making any calculations or something, you'll need to perform those yourself.


Link Copied to Clipboard