«
item10

The Design Workshop

Adding a search feature to your site

Search7
« Ð ð

Code View (Dreamweaver) In Dreamweaver, open the ‘search’ page and click where you want to insert the form elements. (You’ll need a layer or table structure to hold things in place at this point.) Set the page to display both Design and Code views, then go to the Insert menu and choose Form. In the Code view section, change the ‘method’ from ‘post’ to ‘get’ - just select and type over the text. Now use the Hidden Field button in the Form section of the Insert palette to create three <input type="hidden" name="hiddenField"> lines, using the Tag Editor - Input dialog or the Code view to edit them to match the Atomz HTML. Or, of course, select and paste those lines directly.