CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2004
    Posts
    14

    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.

  2. #2
    Join Date
    Apr 2002
    Posts
    61
    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
  •  





Click Here to Expand Forum to Full Width

Featured