PHP Classes

File: imgpopup.js

Recommend this page to a friend!
  Classes of Germán Sosa   Image Pop Up Class   imgpopup.js   Download  
File: imgpopup.js
Role: Application script
Content type: text/plain
Description: JavaScript file containing de ImgPopUp Function
Class: Image Pop Up Class
Create thumbnails and link pictures in new windows
Author: By
Last change:
Date: 22 years ago
Size: 202 bytes
 

Contents

Class file image Download
function ImgPopUp (string, width, height){
    eval('window.open(\'imgpopup.php?file='+string+'\', \'ImgPopUpWin\', \'scrollbars=no, status=no, width='+width+', height='+height+', resizable=no\')');
}