1 Reply Latest reply: Nov 5, 2012 4:27 AM by Ned Murphy RSS

    "_self", is not working in Firefox and chrome.

    rahimhaji Community Member

      Hi friends,

       

      iam creating a website, in that i used the following code to navigate another link when click on a buton, with _self i created this, in IE it navigates in same page, but in firefox and chrome it is coming as new tab. Pls help me to get in all the browser in teh same link pls tell me the ways..

       

      who_btn.addEventListener(MouseEvent.CLICK, who);

      function who(event:MouseEvent) {

          var ureq:URLRequest = new URLRequest("who_we.html");

          navigateToURL(ureq,"_self");

      }

       

      Thanks and Advance,

       

      Syed Abdul Rahim