473,398 Members | 2,525 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

ie7 blocking html select list

110 100+
Hi All,

I find this incredibly strange, but ie7 my html select list is being blocked by the pop-up blocker.

Not sure why this is, and so far doing a search hasn't pointed me to an answer.
IE6 is fine. I know I could just change the security settings, but this is more for other users than for my own use.

Here's the code I'm using, but I don't see any problems in it, and eclipse doesn't display any errors.
Please don't tell me Microsoft has set the default IE7 to think that non-javascript dropdowns are a security threat,

[html]
<html>
<head>
</head>
<body>
<form>
<fieldset>

<legend>Select day to start new schedule</legend>



<label for="date1"></label>

<input name="startDate" id="startDate" class="date-pick" class="required" />

<br />

Use as template <select name="template"><option value="" >blank</option><option value="38">2008-02-18

- first week</option><option value="39">2008-02-26 - </option><option value="40">2008-03-10 - march

break</option><option value="41">2008-03-17 - </option><option value="79">2008-04-21 - </option><option

value="52">2008-03-31 - </option><option value="78">2008-04-14 - Confrence In</option><option value

="77">2008-04-07 - </option><option value="50">2008-03-03 - </option><option value="51">2008-03-24 -

</option> </select><br />

Schedule Name (optional)<input type="text" / name="sched_name"><br />

<input type="hidden" name="cid" value="10"></input>

<input type="submit" value="Create Schedule"></input>

</fieldset>
</form>

</body>
</html>
[/html]

thanks for the help,
Pete
Apr 28 '08 #1
2 1951
drhowarddrfine
7,435 Expert 4TB
It may be because you are using xhtml end tags for an html document. Remove the slashes on the closing elements. Also, there is no end tag for <input>. Remove that. Validate for other errors.
Apr 28 '08 #2
pedalpete
110 100+
looks like this might just have something to do with my install of ie7 which is running as 'stand-alone' so I can run ie6 at the same time.

Sorry for the confusion,
Pete
May 1 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Tero Saarni | last post by:
Hi, I have several threads communicating with each other using events stored in Queues. Threads block on Queue.get() until somebody publishes an event in thread's event queue. I need to add...
2
by: J. Xu | last post by:
I am a newbie to python. I am writing a client application, I need to read query results from the server. Mostly I'll have a file object for the connection to the server. So I use read() or...
4
by: Jonathan Fine | last post by:
Hello I have written a program that interacts with a command line program. Roughly speaking, it mimics human interaction. (With more speed and accuracy, less intelligence.) It works fine...
3
by: Mario | last post by:
Hello, I couldn't find a solution to the following problem (tried google and dejanews), maybe I'm using the wrong keywords? Is there a way to open a file (a linux fifo pipe actually) in...
2
by: Bruce Vander Werf | last post by:
How can I cleanly stop a thread that is currently blocking on Socket.Receive? I don't want to use Thread.Abort, because I would like the thread method to exit cleanly, and the same code must run...
2
by: Tash Robinson | last post by:
I have been searching and can not seem to find a good example of a working UDP client that listens, but does not block while waiting for data arrival. I am trying to write a client application...
4
by: yaron | last post by:
Hi , - how do i complete the non-blocking connect request when using the select method on the client side ? * (or how do i know that the socket is connected, because i read somewhere that...
0
by: nielsgron | last post by:
Hi, I am trying to find a way to query for the (lock) blocking connection on my DB2 server. I am using DB2 for LUW 8.1 and 8.2. I have two connections, one which has an exclusive lock, and the...
6
by: placid | last post by:
Hi all, I have been looking into non-blocking read (readline) operations on PIPES on windows XP and there seems to be no way of doing this. Ive read that you could use a Thread to read from the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.