<iframe src='XYZ.com' id='chatframe'></iframe>
标签的功能。gotoChat()
存储在iframe的项目文件夹中的某个位置。function chat() {
var conversationWith = 'abcd';
var conversationWithFullname = 'abcd';
document.getElementById('chatframe').contentWindow. ** goToChat ** (conversationWith,
conversationWithFullname);
}
gotoChat()
存储在iframe的项目文件夹中的某个位置。