Cd
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Separate Command Line API page for cd()) |
Sebastianz (Talk | contribs) (Added description of syntax, hint for needing help and linked back to Command Line API) |
||
| Line 1: | Line 1: | ||
| + | {{needsHelp}} | ||
| + | |||
By default, command line expressions are relative to the top-level window of the page. This command allows you to use the window of a frame in the page instead. | By default, command line expressions are relative to the top-level window of the page. This command allows you to use the window of a frame in the page instead. | ||
| + | |||
| + | == Syntax == | ||
| + | <source lang="javascript"> | ||
| + | cd(window) | ||
| + | </source> | ||
| + | |||
| + | == See also == | ||
| + | * [[Command Line API]] | ||
Revision as of 11:01, 5 July 2012
| | This article is incomplete. Please help to add more information to it. If you're not registered yet, you can ask for an account. |
By default, command line expressions are relative to the top-level window of the page. This command allows you to use the window of a frame in the page instead.
Syntax
cd(window)