Changes

Jump to: navigation, search

JavaScript Window Object

624 bytes added, 19:07, 9 May 2007
Opening Browser Windows using JavaScript
<tr>
<td>copyHistory<td>Specifies whether the new window should contain a copy of the URL history of the invoking window</td>
<td>left<td>
<tr>
<td>left<td>Specified the number of pixels from the left side of the screen to the new window</td><tr><td>top<td>Specified the number of pixels from the top of the screen to the new window</td><tr><td>alwaysLowered<td>Creates a new window that is always positioned beneath the other browser windows. Often used for those annoying pop-under advertisements.</td><tr><td>alwaysRaised<td>Creates a new window that is always positioned over the top of the other browser windows on the screen.</td><tr><td>z-lock<td>Locks the level at which the browser appears in relation to other browser windows.</td></tr>
</table>

Navigation menu