Problem with loading

so I followed about 3 tutorals, and they all say the same thing to load a new page into a new browser,

on(release) {
getURL(www.kirupa.com, “_blank”);
}

basically from a button, but when I run this all it does is open a new folder from windows, any help?

Try this.[AS]on(release) {
getURL(“http://www.kirupa.com”, “_blank”);
}[/AS]