English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

here is my pop up function

function popup(url){
var pop;
pop=window.open(url,"xxx","width=700, height=375, menubar=no, status=no,location=no,toolbar=no,scrollbars=no,resizable=no");
if(window.focus) {
pop.focus();
}
it is working in all browsers except IE.
Please let me know what to do.
Thanks

2007-02-13 02:02:11 · 2 answers · asked by Teddy 1 in Computers & Internet Programming & Design

2 answers

Allow it to show popups on your page.

2007-02-13 02:25:05 · answer #1 · answered by loopy_and_yoshi 3 · 0 0

Hi. IE has popup blocking.

2007-02-13 10:07:33 · answer #2 · answered by Cirric 7 · 0 0

fedest.com, questions and answers