hi all, In my site i'm having some buttons for linking. <a href> tag works fine in firefox but in ie its not working. so i used window.open for linking. but the problem here is the link is opened in seperate window in ie and in firefox its opened in seperate tab i want that to open in same window and in same tab.... Can any one help me... Thanks in advance....
Hi, You will have to define the self or parent in the target attribute of window.open to open it in the same window. Cheers, ~Maneet