first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
28
rus/admin/_V4/_js/xrefreshTitle.js
Normal file
28
rus/admin/_V4/_js/xrefreshTitle.js
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/*ver. 1.0
|
||||
21-01-2015 versione jquery
|
||||
*/
|
||||
|
||||
//alert("xx "+ $( window.parent.document ).prop('title'));
|
||||
$( window.parent.document ).prop('title',document.title);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
//faccio il refresh del titolo della finestra
|
||||
$('#parentPrice', window.parent.document).html();
|
||||
if(ns4 || mz7 || chro)
|
||||
{
|
||||
//window.parent.frames[0].location.href=webApp+"/admin/menu/menuLeft.jsp";
|
||||
|
||||
|
||||
//alert('mz4');
|
||||
window.parent.document.title=document.title;
|
||||
}
|
||||
else
|
||||
{
|
||||
//var menuLeft=document.parentWindow.top.frames["left"];
|
||||
//menuLeft.location.href=webApp+"/admin/menu/menuLeft.jsp";
|
||||
document.parentWindow.top.document.title=document.title;
|
||||
|
||||
}
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue