Sample Popup Window
Dreamweaver has a feature called Behaviors that make it fast and easy to create JavaScript code without writing the code. Here is a sample of a JavaScript popup window created with Dreamweaver Behaviors:
Click here to go to PayPal Now
Steps to create a popup window in Dreamweaver 8
- Type the text you want to link the popup window from ( or place the graphic)
- Select the text
- On the Behaviors tab, click the +
- Select "Open browser window"
- Type the complete url you want to launch (ex. http://www.paypal.com)
- Set your options using the dialog box input boxes
- Name the window
- Save the page and test in your browser by pressing F12
Close