Nortel Web Center Portal Installation And Administration Manual page 583

Nortel symposium web center portal software: user guide
Hide thumbs Also See for Web Center Portal:
Table of Contents

Advertisement

July 2004
form.target = winName;
var winName = "Cust" + trans_id_value;
var winOpt
window.open ("", winName, winOpt);
form.submit();
}
JoinConn(form)
Parameter:
form – The html form where this function is called.
Description:
This function calls the Web Communications API. It joins the customer to the
agent's initiated Web Communications session.
Code:
function joinConn(form)
{
var d = new Date();
var winName = "A" + d.getMilliseconds();
form.target = winName;
window.open("", winName,
"height=495,width=450,resizable=yes");
return
}
New JSP files
CustJoin.jsp
This page connects to the Symposium Web Center Portal database.
Installation and Administration Guide
= "toolbar=no";
true;
Customizing the Customer Interface
583

Advertisement

Table of Contents
loading

This manual is also suitable for:

Symposium web center portal

Table of Contents