Home
last modified time | relevance | path

Searched refs:outId (Results 1 – 1 of 1) sorted by relevance

/plugin/chat/
H A Dscript.js110 function Ajax_chat_class(objectName, outId, pageId, lastRefresh, window) { argument
125 this.outObj = document.getElementById(outId);
554 function new_ajax_chat(outId, pageId, lastRefresh) { argument
555 ajax_chat = new Ajax_chat_class("ajax_chat", outId, pageId, lastRefresh, window);