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
Do you test using a server?