File: doc.js

package info (click to toggle)
librmagick-ruby 1.13.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,700 kB
  • ctags: 1,466
  • sloc: ansic: 13,688; ruby: 8,953; makefile: 40; sh: 32
file content (9 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9

// Show an example script in a popup window
function popup(URL) {
  day = new Date();
  id = day.getTime();
  eval("page" + id + " = window.open(URL, '" + id + "','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1');");
}