Dropdown are not working in IE7

G

goraya

Hi
I have developed an application in ASP.NET 2. When I click on dropdown
to select a value, popuo block bar is displayed on the browser even
popup blocker is disabled. I m using IE 7. I check the hotmail sign up
page, same thing happened to the dropdowns. So it seems to me a bug in
IE7.
What is the to work around this problem??
 
R

Rob ^_^

Hi Goraya,

Are you sure its the popup blocker display bar?
Does this happen when you run IE7 in no Addons mode? Start>(All)
Programs>Accessories>System Tools>Internet Explorer(no Addons). Have you
installed any other toolbars or browser helpers that have their own popup
blocking or any form fill addons that display a popup window to prompt to
autofill a form?
When you say dropdowns do you mean autofill textboxes.

Make sure you have stopped the VS debugger before you navigate to external
sites.

FYI the IE7 newsgroup is microsoft.public.internetexplorer.general

for .net

microsoft.public.dotnet.languages.vb (change the vb part to your preferred
language)

IE7 web development forum

http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=923&SiteID=1

Regards.
 
J

Jon Kennedy

In addition to Rob's post, if it's IE's pop-up blocker that's causing an
issue, it's possible the correct entries to block it are not being made in
the registry. See this article -

Description of Internet Explorer security zones registry entries
http://support.microsoft.com/kb/182569/en-us

Make sure the value for key 1809 in all zones 0-4 is set to "3"

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top