getURL problems

I get this message from my browser:

No file exists at the address “/…/…/…/…/…/undefined”.

My code is this:

this.arrow_mc.onMouseDown = function() {

getURL(workCasestudy.html,_self);

};

The file workCasestudy.html is in the same folder as the .swf file.

I don’t get what could be wrong?