Login   Register  
PHP Classes
elePHPant
Icontem

File: imgpopup.js

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2002-09-02 01:45
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\')');
}