PDA

Click to See Complete Forum and Search --> : Can't remember how to make popup windows fitted to images


JaCkinbOx
11-07-2006, 08:42 PM
I've forgotten how to make popup windows fitted to images/custom dimensions.

Anybody know how to do this? Is there a shortcut in GoLive CS2/Dreamweaver 8?

Ryan8720
11-07-2006, 10:23 PM
<a href="#" onclick="window.open( "http://www.google.com", "myWindow",
"status=0, height=300, width=300, resizable=0")">Open Popup</a>

JaCkinbOx
11-07-2006, 11:43 PM
Much obliged!