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

  1. Type the text you want to link the popup window from ( or place the graphic)
  2. Select the text
  3. On the Behaviors tab, click the +
  4. Select "Open browser window"
  5. Type the complete url you want to launch (ex. http://www.paypal.com)
  6. Set your options using the dialog box input boxes
  7. Name the window
  8. Save the page and test in your browser by pressing F12

 

 

Close