⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (231 Bytes)
Bug #15105
» openPic.js
Administrator Admin, 2005-10-19 18:14
function
openPic
(
url
,
winName
,
winParams
)
{
var
theWindow
theWindow
=
window
.
open
(
''
,
winName
);
if
(
theWindow
)
{
theWindow
.
close
();}
theWindow
=
window
.
open
(
url
,
winName
,
winParams
);
if
(
theWindow
)
{
theWindow
.
focus
();}
}
« Previous
1
2
Next »
(1-1/2)
Loading...