DBA Data[Home] [Help]

APPS.ORACLEPLUGS dependencies on OWA_UTIL

Line 177: if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') = 0

173: if (document.renamePlug.NAME.value == "")
174: alert("'||l_prompts(1)||'");
175: else {
176: parent.opener.parent.document.'||Z||'.C.options[temp].text = document.renamePlug.NAME.value;');
177: if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') = 0
178: then
179: htp.p('parent.opener.parent.history.go(0);');
180: end if;
181: htp.p('window.close();

Line 471: if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') > 0

467:
468: l_initialize := '1234567890123456789012345678901234567890';
469: r_initialize := '1234567890123456789012345678901234567890';
470:
471: if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') > 0
472: then
473: l_history := '';
474: else
475: l_history := 'history.go(0);';