-
Step 1
Navigate to the Document Object Model viewing pane on the website's source code you want to modify.
-
Step 2
Select the white space of any row in the tree and double-click on it.
-
Step 3
Change the value of the variable through the editor that pops up following Step 1.
-
Step 4
Update the value with static text, numbers or an equation.
-
Step 5
Write a command line JavaScript expression for what you want to include in place of a static constant. Press "Enter" and the command line is evaluated and the result is displayed for the variable.
-
Step 6
Use the Auto Complete function by hitting the Tab key to move forward through object properties in the source code. Continue to tab through all the options and press "Shift-Tab" to go backwards in the code.
-
Step 7
View your changes immediately in the top website pane. Continue to make changes until you are satisfied with how the website displays.











