Question
Frameset get URL Action Script works but not in all DW framesets!
The Frameset get URL Action Script below works fine in fixed Top, fixed Bottom and fixed Bottom fixed Top button bars but not with fixed Left or fixed Right, Framesets what is the problem and correction?
Here's the code:
on(release){
getURL("mainFrame1.html", "mainFrame");
}
