How to Use Ajax With NetObjects
NetObjects is a company that produces Fusion, a "what-you-see-is-what-you-get" website design application that allows you to create a website without extensive programming and Web design knowledge. In order to allow users to create content-rich, dynamic websites, Fusion users can manually add AJAX scripts to their NetObjects website, allowing them to take advantage of Fusion's visual tools while digging deeper into the code.
Instructions
-
-
1
Open Fusion by clicking its icon, or selecting "Start," then "Programs" and choosing it from the list of installed programs.
-
2
Open the website you created using Fusion by clicking "Ctrl" and "O," then selecting the website from your computer's hard drive.
-
-
3
Select the Web page to which you want to add the AJAX script from the left-hand menu.
-
4
Click "View Code." This will hide the visual design elements of Fusion and expose you to Web page's code.
-
5
Type your AJAX script into the code text field anywhere below the "<BODY>" tag located at the top of the Web page's code. You can insert any AJAX script you'd like, such as a timer, drop-down menu or page-loading progress bar.
-
6
Click "Ctrl" and "S" on your keyboard to save the changes you made to the website.
-
1