Connecting an HTML Form with a CGI Script Adobe Dreamweaver / Forms
One of the most confusing aspects of working with HTML forms is that they don't do much until you've connected them to a script on your server. The HTML side of a form is relatively easy to create, and only a little more challenging if you want it to look good.
Using Dreamweaver and PHP to send form results in an email Adobe Dreamweaver / Forms
The form is a primary way to get web interactivity and structured communication. Dreamweaver has a robust and superior implementation of HTML forms. Forms enable user not only to read information passively from the screen, but also to send information back.
Form Validation Adobe Dreamweaver / Forms
Want to validate your form but don't know any Javascript coding? Don't worry, Dreamweaver can help you with this. Dreamweaver comes with a form validation Behavior allows you to validate your form without any Javascript knowledge.
Understanding basic HTML Adobe Dreamweaver / Code Editing
Although Macromedia Dreamweaver allows you to create and edit Web pages visually without worrying about the HTML source code, there can be times when it can be useful to understand basic HTML. Understanding basic HTML tags and how they are used will provide you with more control to modify and troubleshoot your Web page.
Javascript Pop-Up Menu Adobe Dreamweaver / Behaviors
Do you think that deep knowledge of Java Script and HTML is required to make a pop-up? With Dreamweaver, pop-ups are created in just a couple of clicks.
Form Validation Using Dreaweaver Adobe Dreamweaver / Forms
In this tutorial shows you how to validate form using Macromedia Dreamweaver, it will show alert box when someone press submit button and forgot to fill your requied fields.
PHP Log In Script Adobe Dreamweaver / 3rd Party
An alternative way of creating a login script, David shows you how can you make a streamlined Log In script, instead of using the one that would be made by Dreamweaver code.
Redirection based on Browser Type Adobe Dreamweaver / Behaviors
This tutorial will teach you how to make a script that will redirect users based on their browser type to different pages or url. It is restricted to two browser types only which are Internet Explorer and Netscape Navigator. You are not going to learn how to write this script, but learn how to use Dreamweaver to make such a script.