HTML Equivalent Of This Flash Script To Target An iFrame

Hi all.

Whats the html equivalent of the following flash script:

on (release) {
getURL(“http://www.iso-land.com/cardiffa-1.html","innercontent”);
}

(its loading the page http://www.iso-land.com/cardiffa-1.html into the iframe called innercontent)

I want to do the same as that but with a button in html, does anybody know the script for it?

Thanks