Linking to HTML Frames

Hi there,

I’ve done a search on this, no luck.
I’m trying to link a Flash button to a html page in the right hand frame of my frameset, titled “mainFrame”. I’m using the following code:

on (release) {
getURL (“02.html”,“mainFrame”);
}

How do I stop “02.html” appearing in a new window?

Many thanks,

c