mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
34acbe9cee
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1964 b35dd754-fafc-0310-a699-88a17e54d16e
39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<title>Web Chat Session</title>
|
|
<script language="JavaScript" type="text/javascript">
|
|
|
|
function launchWin() {
|
|
var newWin = window.open("frame_master.jsp", "chatWin",
|
|
"location=no,status=no,toolbar=no,personalbar=no,menubar=no,width=650,height=430");
|
|
}
|
|
|
|
</script>
|
|
|
|
<link rel="stylesheet" href="<%= request.getContextPath() %>/style_sheet.jsp"
|
|
type="text/css">
|
|
</head>
|
|
|
|
<body class="deffr" onload="launchWin();">
|
|
|
|
<h3>Chat Session Options</h3>
|
|
|
|
Your chat session should have already started. If for some reason it did
|
|
not, click <a href="#" onclick="launchWin(); return false;">this link</a>
|
|
to start your chat session.
|
|
|
|
<br><br>
|
|
|
|
Other options:
|
|
|
|
<ul>
|
|
<li><a href="email" onclick="alert('Coming soon'); return false;">Email Transcript</a>
|
|
<li><a href="index.jsp">Return to the login page.</a>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|