WINDOW.OPEN details
I. WINDOW.Open () support environment: javascript1.0 / jscript1.0 / nav2 / ie3 / Opera3
Second, the basic syntax:
Window.open (PageURL, Name, Parameters)
among them:
PageURL is a child window path
Name is a sub-window handle
Parameters is a window parameter (separated by comma)
Third, example: