Suggested RCON Tool Change

Post Reply
FlyingMongoose
This is my homepage
This is my homepage
Posts: 353
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Sep 17, 2004 7:50 pm
Contact:

Suggested RCON Tool Change

Post by FlyingMongoose »

It's very simple request, something common in almost every rcon control program.

Press Enter to "Send Command"

I have to use the rcon utility on the control panel at school and work due to the firewalls, so I can't use HLSW...just wondering if this could be implemented, if so it'd be very useful for quick command changes and settings.
User avatar
Edge100x
Founder
Founder
Posts: 13112
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

I have not found a way to make enter work as it should in Mozilla-based browsers, but IE handles it properly.
FlyingMongoose
This is my homepage
This is my homepage
Posts: 353
Joined: Fri Sep 17, 2004 7:50 pm
Contact:

Post by FlyingMongoose »

but I prefer mozilla :( maybe i'll look into it, can I know what kind of script it is? perl?
User avatar
Edge100x
Founder
Founder
Posts: 13112
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

The form itself is just HTML.
FlyingMongoose
This is my homepage
This is my homepage
Posts: 353
Joined: Fri Sep 17, 2004 7:50 pm
Contact:

Post by FlyingMongoose »

okay. thanks
FlyingMongoose
This is my homepage
This is my homepage
Posts: 353
Joined: Fri Sep 17, 2004 7:50 pm
Contact:

Post by FlyingMongoose »

what function do you use for it to recieve it in IE?
User avatar
Edge100x
Founder
Founder
Posts: 13112
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

I've determined how to implement the functionality you asked for, and put the changes in place now.
FlyingMongoose
This is my homepage
This is my homepage
Posts: 353
Joined: Fri Sep 17, 2004 7:50 pm
Contact:

Post by FlyingMongoose »

Have you tried the javascript functions?

Code: Select all

<input type='submit' onclick='sendcommand()' class='button' style='margin:0 5px 3px 0' value='Send command' onKeyDown="if(event.keyCode==13) event.keyCode=9;">
or it might be

Code: Select all

<input type='submit' onclick='sendcommand()' class='button' style='margin:0 5px 3px 0' value='Send command' onKeyDown="if(event.keyCode==13) sendcommand();">
FlyingMongoose
This is my homepage
This is my homepage
Posts: 353
Joined: Fri Sep 17, 2004 7:50 pm
Contact:

Post by FlyingMongoose »

you posted as I was posting >.< but thanks! lol.
Post Reply