473,785 Members | 2,640 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ie7 blocking html select list

110 New Member
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>Selec t 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)<inpu t type="text" / name="sched_nam e"><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 1964
drhowarddrfine
7,435 Recognized Expert Expert
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 New Member
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
3896
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 support for sockets to the system. Thread needs to unblock when: - there is socket ready to be read, or
2
2601
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 readline() to get the response. But since these are blocking calls, I have to use a seperate thread for the input reading. But then I have another problem, my input thread running in the following loop while not quit: str = ins.readline() .......
4
5920
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 under Linux, using select().
3
12270
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 nonblocking mode in c++? I did something ugly like --- c/c++ mixture --- mkfifo( "testpipe", 777);
2
12680
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 under the Compact Framework, which does not support Abort. Will Socket.Close cause the Receive method to finish, or is there a better way?
2
13393
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 that needs to listen on several TCP ports and one UDP port. It will send a start signal over UDP and then a repeated status message of a fixed length will be returned from the server. I need to listen to these messages, but I can't stop the...
4
1576
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 there is bug with Socket.Connected) . ** (because i have a problem, the socket that do the connect stay in writable state forever and i don't send nothing on the socket)
0
1406
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 other which is being blocked by the connection with the exclusive lock. I want to be able to query for the locks on the system, the agent id of each connection and which connection is blocking which. The problem I am having is finding the...
6
6217
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 pipe, but if you still use readline() wouldnt the Thread block too? What i need to do is, create a process using subprocess.Popen, where the subprocess outputs information on one line (but the info continuesly changes and its always on the same...
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10155
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9953
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8978
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6741
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5383
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5513
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4054
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2881
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.