Strange Problem - need help!!!

  • I am experiencing a strange problem that is a complete frustration. I noticed it with something else that I was doing using actionscript but now it seems to be a systemwide problem. I have put in the following code to close multiple items. All work locally when I test it but when I upload it to the server it doesn't.

    Does anyone have any idea as to what needs to be set to make this work. This is becoming a complete waste of time if you have to debug something you think is working.

    Quote

    onclickA="action(showabout,aboutus); action(hideimg_info,img_info); action(hidemap,maps); action(hidehelp,img_nav); set (onclick, onclickB() );"
    onclickB="action(hideabout,aboutus); set (onclick, onclickA() );"
    onclick="onclickA();"

    update:

    Even stranger if i compile it using krprotect it does work - what gives?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!