English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Okay, I'm trying to add the pop up browser behavior in dreamweaver cs3 to an image so when you click on the image it pops a seperate browser window, but I keep on getting and error when I try to create this. What's going on? Has anybody else been experiencing this?
Thanx in advance

2007-10-24 18:48:26 · 2 answers · asked by unknownArtist 1 in Computers & Internet Programming & Design

By the way, this feature worked well on Dreamweaver 8.

2007-10-25 06:04:12 · update #1

2 answers

try using scripts.... or

if u are using

you can use the target as _blank...

< a href="URL" target="_blank">

2007-10-24 19:29:59 · answer #1 · answered by Alvin 1 · 0 0

DblClick is NOT a supported event for the tag!
Use "ondblclick". Check www.w3schools.com, with in the search: you'll get all the events supported by the tag.
If dreamweaver still does not accept it, get rid of DW and start coding using Notepad.
DW is very good at making bad coding, is never up-to-date with the W3C recommendations, does not work on all browsers, writes code that is unmaintainable...

2007-10-24 22:17:18 · answer #2 · answered by just "JR" 7 · 0 0

fedest.com, questions and answers