I have a question about the getUrl action. I have an action that is supposed to open a html page within the same directory in a seperate window, but when the button is click with the getUrl action it doesn't open. Here is the action:
on (release) {
getURL ("memberform.html", "_blank"
}
What am I doing wrong??
on (release) {
getURL ("memberform.html", "_blank"
}
What am I doing wrong??