|
-
May 19th, 2004, 09:05 AM
#1
frontend in html and i should make it to telnet to a router and configure it
I have created a simple html page with button and text field. I type in the ipaddress of the router device and click the button. when i click the button it should open the telnet application for that router.
In windows OS we go to start->run and type in telnet "ipaddress" and the appropriate device will be invoked and i just want this to happen when the button in the html page is clicked.
-
May 20th, 2004, 12:03 PM
#2
easiest way I can think of is post the form to a javascript validator that, at the end of validation, redirects the browser to "telnet://ipaddress". Of course if you want to get fancier check out the net::telnet module for Perl
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|