Opening a unix emulation in a new window

G

Gilles Cadorel

I'd like to add in a HTML page a button, that open a Unix Emulation on
a new Windows, when I clik on it.
I'm using WRQ Reflection to connect to Unix hosts.
The problem is that I don't want the emulation be opened in Internet
Explorer, but the real programm (r1win.exe in this case) to be opened
on a new Windows.
Can anybody help me ?
Gilles
 
A

Andrew DeFaria

Gilles said:
I'd like to add in a HTML page a button, that open a Unix Emulation on
a new Windows, when I clik on it.
I'm using WRQ Reflection to connect to Unix hosts. The problem is
that I don't want the emulation be opened in Internet Explorer, but
the real programm (r1win.exe in this case) to be opened on a new
Windows. Can anybody help me ?
Gilles

document.write ("<a href='telnet:'>Start terminal</a>");

Then make sure you associate the telnet app with r1win.exe.
 
T

Thomas 'PointedEars' Lahn

Andrew said:
document.write ("<a href='telnet:'>Start terminal</a>");

No JavaScript is required here, but
ETAGOs must be escaped if you use it.
Then make sure you associate the telnet app with r1win.exe.

Telnet is evil[tm], everyone can listen *and* understand.
Use SSH where you can.


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top