Creating a Frameset

Frontend

This represents the public part of the website which can be viewed by all users accessing the associated HTTP address using an Internet connection or the local network. To create this part of the site, we'll use Macromedia Dreamweaver MX and PHAkt 2.

The structure of the frontend will rely on the frame concept. This concept was introduced to help web designers publish content in a more organized way. Generally, it is composed of a main document, called frameset and two or more documents called frames. The frameset describes the site layout, the size, position and functionalities of the frame documents that are composing this frameset.

The KTMLtutorial website frontend will have a frameset document named index.php and two frame documents: a left frame containing a dynamic generated menu, named menu.php and a right frame for displaying information, named showpage.php.

When you create a new project, Macromedia Dreamweaver opens a default blank HTML file. You will close this file without saving and go on the site view section of Dreamweaver, right click on KTMLtutorial and select New File. Choose create a new HTML file and save it as showpage.php. In this file create a vertical left side frameset and go in the left part of the newly created frameset.

 
 
Save this frame as menu.php and close the file. At this moment you will be asked if you want to save your frameset. Choose yes and save it as index.php.
 
 
Note: Due to a Macromedia bug related to frameset creation, you will have to set the document type for menu.php and index.php. Open each of them and on the right panel click on Choose a document type. Select PHP4 and then move on to the next step.
Adobe acquired InterAKT
InterAKT has been acquired by Adobe.
Learn more
 
© Adobe Systems Romania. All rights reserved.