I have a frames page with a nav bar in it and then the main page. I want to open up a new window in the center of the screen from the nav bar, this page is set to open pages in the main page, which all works fine, however when I enter
on (release) {
getURL("javascript:newWindow('cat_enquiry.asp')");
}
in the flash action script I keep getting object expected, but if I run the script from the main page it works find!!
Any help gratefully appreciated
Jack
on (release) {
getURL("javascript:newWindow('cat_enquiry.asp')");
}
in the flash action script I keep getting object expected, but if I run the script from the main page it works find!!
Any help gratefully appreciated
Jack