G Guest May 25, 2005 #1 I am trying to open a command prompt and run telnet from a web page. Is it possible? and how would you do it?
I am trying to open a command prompt and run telnet from a web page. Is it possible? and how would you do it?
K Kevin Spencer May 25, 2005 #2 No, it is not possible due to security reasons. -- HTH, Kevin Spencer Microsoft MVP ..Net Developer Sometimes you eat the elephant. Sometimes the elephant eats you.
No, it is not possible due to security reasons. -- HTH, Kevin Spencer Microsoft MVP ..Net Developer Sometimes you eat the elephant. Sometimes the elephant eats you.
S Steve Easton May 25, 2005 #3 You don't open a command prompt, you create a telnet link: click the following telnet://towel.blinkenlights.nl/ -- Steve Easton Microsoft MVP FrontPage 95isalive This site is best viewed............ ........................with a computer
You don't open a command prompt, you create a telnet link: click the following telnet://towel.blinkenlights.nl/ -- Steve Easton Microsoft MVP FrontPage 95isalive This site is best viewed............ ........................with a computer
S Steve Easton May 25, 2005 #4 Note that when clicked here, it will open a browser window and then telnet. When clicked from a web page it just opens a telnet window. In html view the link will look like this: <a href="telnet://towel.blinkenlights.nl">Telnet</a> -- Steve Easton Microsoft MVP FrontPage 95isalive This site is best viewed............ ........................with a computer
Note that when clicked here, it will open a browser window and then telnet. When clicked from a web page it just opens a telnet window. In html view the link will look like this: <a href="telnet://towel.blinkenlights.nl">Telnet</a> -- Steve Easton Microsoft MVP FrontPage 95isalive This site is best viewed............ ........................with a computer