0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
htdocs
/
javascript
/
[
Home
]
File: openwindow.js
/* // ---------------------------------------------------------------------- // Original Author of file: phpBB team // Purpose of file: bbcode javascript // ---------------------------------------------------------------------- */ function openwindow(hlpfile) { window.open (hlpfile,"Help","toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=600,height=400"); }