1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Quick connect</title>
<link rel="stylesheet" href="C1H_HTML.css" type="text/css">
<style type="text/css">
p { margin-top: 0; margin-bottom: 0; }
</style>
<script language="JavaScript" src="DocToHelp.js">
</script>
</head>
<body
style="background-color: #FFFFFF;
background-image: url(none);
background-repeat: no-repeat;"
onload="d2hload()"
onmousedown="d2hpopup()"
>
<div id="ienav">
<ilayer id="nsnav">
<p align="center">
<a href="ts03-toc.htm" target="left">Contents</a>
<a href="ts03-index.htm" target="right">Index</a>
<a href="connect.htm">Previous</a>
<a href="disconnect.htm">Next</a>
</p>
<br>
<hr noshade size="1">
</ilayer>
</div>
<p class=kop-3>Quick connect</p>
<p class=kop-3-p> </p>
<p class=platte-tekst><img src="quickconnect.gif" width="210" height="257" align="right">With
this option you can quickly connect to a server by only filling in crucial information
(of which none will be stored, unlike connecting via the <a href="connect.htm">Connect</a>
option). You need to fill in an i.p. number (like 127.0.0.1) or a dns name (like
voice.teamspeak.org:9500). You must give yourself a nickname. If you have registered
with the server you are connecting to, you can fill in your login name and password
for that specific server. After that press the Connect button and if you supplied
the correct data you will be connected. Otherwise press Cancel to cancel the
window. </p>
<p> </p>
<div id="popupDiv">
</div>
</body>
</html>
|