Commit db31bce5 by Takuya Ogawa

#41177 PDFリンクは別ウィンドウで開く様修正

parent 2d495ff8
......@@ -209,7 +209,9 @@ CONTENTVIEW_CREATEOBJECT.webContentType4 = function (id, x, y, w, h, imageUrl, l
//START TRB00070
window.onbeforeunload = null;
//window.open(destURI, "_blank", "new window");
window.open(destURI, "_self");
//ttss biz PDFリンクは別ウィンドウで開く様修正
//window.open(destURI, "_self");
window.open(destURI, "_blank", "new window, scrollbars=yes");
setTimeout(function(){COMMON.ToogleLogoutNortice();}, 200);
//END TRB00070
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment