03-18-2014, 01:26 AM
Hello,
the Wubook object has a method open, it accept the segs param, and the samewindow param that specifie if open the window in the same frame or not. An example of use is:
....
.....
var segs = '/wbkd/wbk/';
var params = {
samewindow: 1,
};
WuBook.open(params, segs);
.....
.....
in this case the online reception will be open in the same window and not in a pop up.
I hope is usefull for you.
Regards
the Wubook object has a method open, it accept the segs param, and the samewindow param that specifie if open the window in the same frame or not. An example of use is:
....
.....
var segs = '/wbkd/wbk/';
var params = {
samewindow: 1,
};
WuBook.open(params, segs);
.....
.....
in this case the online reception will be open in the same window and not in a pop up.
I hope is usefull for you.
Regards