Hello all!
To lescal,
To be honest I love DW but some thing I have to do manually.
When you use Open New Window behaviour with link (<A>) DW attaches it as "onClick=" ("onOver=" or any other) event. And the code looks like:
<a href="#" onClick="MM_openBrWindow()">
I usually change it to look like this:
<a href="JavaScript:MM_openBrWindow()">
The main idea to change it is that in first case browser opens new window but content of first browser goes up (because of # sign) but in second case content stays in one place.
If changing something manually is difficult for you do this:
1) open Behaviours window (Window > Behaviours);
2) click on + sign and in the bottom of drop down menu select "Show Events For";
3) select "4.0 and Later Browsers".
In this case DW will use onClick event by default.
To FreddieZed,
It's very easy:
1) open Behaviour window (Window > Behaviours);
2) select disared behaviour (in Behaviours window you'll see some behaviours you added before, click on it);
3) select disared event in Events drop down menu (again in Behavouirs window you'll see Events and Actions, Events have drop down menu with all possible events for selected browser).
Note: DW shows only behaviours for selected browsers. Click on plus sign + and in the bottom you'll see "Show Events For". Select browser you need.
Good Luck!