URL action _top

How do you pass the variable to tell a button to load a URL to the top, in order to exit a frameset in HTML?

Thanks for the help…

getURL (“http://www.whatever.com”, “_top”)

Thanks!