getURL(); help

ok. i want my button to link to a html frame, thing is, i dont know how to put this into actionscript…

getURL(blah.html);

i have that at the moment, but where do i put the window bit? is it blah.html, ‘main’ or…what?

here ya go
[AS]getURL(“www.yahoo.com”, “yourframe”);[/AS]

There is one more property get or post that is form form stuff. Also you have to use this with like a on(release) or something