0
Frameset get URL Action Script works but not in all DW framesets!

/t5/dreamweaver-discussions/frameset-get-url-action-script-works-but-not-in-all-dw-framesets/td-p/2412468
Feb 13, 2010
Feb 13, 2010
Copy link to clipboard
Copied
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");
}
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/dreamweaver-discussions/frameset-get-url-action-script-works-but-not-in-all-dw-framesets/m-p/2412469#M127193
Feb 14, 2010
Feb 14, 2010
Copy link to clipboard
Copied
A good nights sleep always seems to solve the brain noodle soup thing, I was using AS2 in an AS3.
Thank you
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

