Is it possible to have javascript execute in the design view of DreamWeaver CS3? Specifically i would like to be able to have custom tags like:
<myTag:Custom type="flappers" />
render in the DW CS3 IDE as:
<div class="flappers">User would see this text in designer but not the div tag</div>
Im assuming security restrictions would prevent it, but can the user opt to have scripts run or anything?