J
Jack
Hello,
My main form has command buttons which action is to open a new IE
window.
I have reports from people that they have problem to open that window.
I do not have that problem on my computer (XP Home), but trying it on my
wife's computer (XP PRO JAP language) I have noticed the same problem.
The first click on command button causes some flash (some action) on screen
but window does not open.
After mouse clicking 2,3,4 times in fast succesion finally window opens.
What can be the problem?
The page in question is:
http://www.phonedialerpro.com
and the command buttons causing problem are titled Download and are located
on the left frame )the page must be scrolled down)
the html code behind the button is:
<input type="button" value="Downloads" name="B2"
onClick="window.open
('downloads_pdp.htm','PDP_downloads','width=280,height=430,scrollbars=no,resizable=no,status=yes');"
style="width: 90")>
Your comments appreciated,
Jack
My main form has command buttons which action is to open a new IE
window.
I have reports from people that they have problem to open that window.
I do not have that problem on my computer (XP Home), but trying it on my
wife's computer (XP PRO JAP language) I have noticed the same problem.
The first click on command button causes some flash (some action) on screen
but window does not open.
After mouse clicking 2,3,4 times in fast succesion finally window opens.
What can be the problem?
The page in question is:
http://www.phonedialerpro.com
and the command buttons causing problem are titled Download and are located
on the left frame )the page must be scrolled down)
the html code behind the button is:
<input type="button" value="Downloads" name="B2"
onClick="window.open
('downloads_pdp.htm','PDP_downloads','width=280,height=430,scrollbars=no,resizable=no,status=yes');"
style="width: 90")>
Your comments appreciated,
Jack