USING HTML AND OTHER SCRIPTS with NE1



Java Script:


Javascript is a very powerful which can create tools, menus, “widgets”, and more that will bring any web page to life and add functionality to make a visitor’s experience more enjoyable. Many browsers allow Javascript to be turned off. As a result it is always wise know your intended audience before considering its use.

With Javascript there are tags that will set the script apart from the HTML. The tags used to begin and end a script are the <SCRIPT> and </SCRIPT> tags. Usually a script will be divided into two sections – one part that goes into the header of your page and the other that gets put in the body.

  1. First login to your admin page and click the link in the left navigation menu to edit the page you want to use the javascript on.
  2. Next, click the “SEO Features” tab in the page settings.
  3. To insert the code into the header of the page, enter the code into the “Additional <HEAD> content” box and click the “Save Changes” button.
  4. To insert the code into the body of the page, you can either use the “View Source” feature or the “Insert Object” feature.
      1. To insert the javascript into the body of the page using the “Insert Object” feature, find the location of the page using the page editor where you want the javascript object to be displayed.
      2. Click in the area you want to code inserted and then click the “Insert Object” button.
      3. In the window that appears, enter the javascript (that’s intended for the body of the page) in the “HTML code” box, enter a caption if you wish in the “Caption” field, and click the “Insert Code” button.
      4. You can then move the object or resize the object by clicking it in the page editor window.
  5. To insert code into the body of the page using the “View Source” feature, click the “View Source” button in the Page Editor icons.
      1. Then find the place in the source code where you want the javascript and enter it there.
      2. Click the “OK” button.
      3. You can then move the object or resize the object by clicking it in the page editor window

*Important Note: The WYSIWYG page editor is not designed to have html or javascript entered into it. If you wish to use html, you MUST either use the "View Source" feature to work directly in the html code or use the "Insert Object" feature to insert the html or javascript. Entering html or javascriptinto the WYSIWIG editor may cause unexpected issues with your website.

*Note: While most web browsers support Javascript, many browsers allow Javascript to be turned off. So, it’s possible that some of your visitors will not see the things you put on your website using Javascript.  As a result it is always wise know your intended audience before considering its use.


Top of Page  Main Help Page