If you've been looking for a way to give cutting-edge content to visitors with the latest browsers, yet not leave users with older browsers out in the cold, detecting browser version, platform, and capabilities with JavaScript may be the answer.
Using a Behavior to Launch a New Browser Window Adobe Dreamweaver / Behaviors
You can use Behaviors in Dreamweaver to create many interactive features; like opening a small browser window when someone clicks on an image. This is a great way to make supplemental information available without closing the page a visitor is already viewing.
Using a Behavior to Launch a New Browser Window Adobe Dreamweaver / Behaviors
You can use Behaviors in Dreamweaver to create many interactive features; like opening a small browser window when someone clicks on an image. This is a great way to make supplemental information available without closing the page a visitor is already viewing.
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.
Checking Browser Compatibility with Dreamweaver MX 2004 - Introduction Adobe Dreamweaver / CSS
Trying to determine exactly which tags, attributes, and CSS properties work in every browser you need to support can be a time consuming and laborious task. However, thanks to the Dreamweaver MX 2004 Browser Target Check feature you can focus on building sites and let Dreamweaver worry about what will work in the browsers that you need to support.
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.
Custom Default Page Adobe Dreamweaver / Customizing Dreamweaver
You might have noticed that every time you launch Dreamweaver, a blank page opens up titled "Untitled Document". This page has the same basic information in it every time. If you're working on a large project and don't want to have to change that information each time, you can customize that document with your OWN default information.
Using margins in Dreamweaver 3 and 4 Adobe Dreamweaver / Layout Designing
You may have noticed that in the browser window your Web page has some empty space around the outside of your design. The browser adds a margin, but you can set this margin yourself using the margin properties in your Web page.
Inserting a Table Adobe Dreamweaver / Tables
Tables are used to organize information on a page. They are used to organize data and images, as well as position information and pictures throughout a page. This page is a complex combination of tables which allows the writer to organize it into the design of choice.
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.