[FMX] getUrl question

I have a simple question…I fthe following getUrl attached to abutton

on (release) {
getURL(“http://www.myurl.com/dev/enhanced/contact.asp”, “_self”);
}

That path points to my page…It seems to work when I test in flash (cntrl + f12) but when I put it on my server it does not work. The buttons just do not respond. Anybody have an idea why??

nevermind had to clear my page cache…figured it out…but thanks to any who looked at my post