PHP Javascript - 弹出图像redimensionado desde padre。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Javascript - 弹出图像redimensionado desde padre。相关的知识,希望对你有一定的参考价值。

function abrirImagen( imagen ){
html =	"<html><head><TITLE>Imagen</title></head><body leftmargin=\"0\"  marginheight=\"0\" topmargin=\"0\" marginwidth=\"0\">" +
		"<img src=\"" + imagen + "\" border=\"0\" name=\"image\" onload=\"window.resizeTo(document.image.width,document.image.height+38)\"></body></html>";
	popup=window.open('','image','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0');
	popup.document.open();
	popup.document.write( html );
	popup.document.focus();
	popup.document.close()
}

以上是关于PHP Javascript - 弹出图像redimensionado desde padre。的主要内容,如果未能解决你的问题,请参考以下文章

SQL fetch 数组中的弹出图像显示相同的图像

浮动/弹出图像

Xcode Swift:无法关闭弹出图像

R中DT悬停时弹出图像

elFinder 文件管理器防止双击时弹出图像

在 PHP 中输​​出图像