I can help you there:
on(release) {
getURL("new.html","iframe","GET");
}
Although if you have a name for your frame, it MIGHT be:
on(release) {
getURL("new.html","mainFrame","GET");
}
Although personally I'd just keep with using a regular iframe
without a name.