Files
AutoIndex-pl4/templates/pubOry/wallpapers.js
2021-04-11 17:29:47 +03:00

9 lines
548 B
JavaScript

document.writeln("<iframe width=\"640%\" height=\"800\"");
document.writeln(" id=\"myiframe\" name=\"myiframe\"");
document.writeln(" src=\"images/galery/galeria.php?pictures_folder=./wallpapers/&galery_name=WallPapers\"");
document.writeln(" onload=\"DYNIFS.resize('myiframe')\"");
document.writeln(" scrolling=\"yes\"");
document.writeln(" style=\"width:100%;height:800px;border:1px dotted #BEBEBE;\">");
document.writeln("Sorry, your browser doesn't seem to support IFrames!");
document.writeln("</iframe>");
document.writeln("");