Get url problem

I’m trying to use the get url function to go to a new page, but it doesn’t seem to work.

join.onPress = function() {
getURL(signup.htm, “_self”);
};

what am i doing wrong?