473,402 Members | 2,046 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,402 software developers and data experts.

Form box menu - force the drop down menu

If you double click on a empty form box a drop down menu will appear .

But if the form box has text content - then double clicking on the form
box has no effect and a drop down menu doesnt appear .

Or at least it doesnt in IE v7 .

A google search only really brought up the usual beginner type of form
tutorials .

onDblClick=whatever()

I assume i'm looking for a line like the above that i can add to the
<inputtag - or some other suitable piece of javascript to do the job .
Dec 5 '06 #1
2 1759
Krustov wrote :
If you double click on a empty form box a drop down menu will appear .

But if the form box has text content - then double clicking on the form
box has no effect and a drop down menu doesnt appear .

Or at least it doesnt in IE v7 .

A google search only really brought up the usual beginner type of form
tutorials .

onDblClick=whatever()

I assume i'm looking for a line like the above that i can add to the
<inputtag - or some other suitable piece of javascript to do the job .
What you're talking about is the "auto-fill form" thingie managed by the
browser, and not javascript.

http://en.wikipedia.org/wiki/DOM_Eve...n.2FW3C_events

The dblclick event does exists, so you can use it with
IE : elm.attachEvent('dblclick', my_function);
Real browser : elm.addEventListener('dblclick', my_function, false);

--
Naixn
http://fma-fr.net
Dec 5 '06 #2
<comp.lang.javascript>
<naixn>
<Tue, 05 Dec 2006 20:44:52 +0100>
<45***********************@nan-newsreader-05.noos.net>
I assume i'm looking for a line like the above that i can add to the
<inputtag - or some other suitable piece of javascript to do the job .

What you're talking about is the "auto-fill form" thingie managed by the
browser, and not javascript.

http://en.wikipedia.org/wiki/DOM_Eve...n.2FW3C_events

The dblclick event does exists, so you can use it with
IE : elm.attachEvent('dblclick', my_function);
Real browser : elm.addEventListener('dblclick', my_function, false);
Thanks for the info - but i'm still having trouble with it .

While i have reasonable php skills i havent got around to learning any
dblclick sort of stuff yet & in this particular case i really need code
i can just do a cut-n-paste of into the <inputtag for the double click
drop down menu to work/appear in IE .
--
www.phptakeaway.co.uk
(work in progress)
Dec 5 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: vikram.cvk | last post by:
Hello Experts, Im trying to design a CSS vertical drop down menu which should have the following functionality. Home About Us | -->Overview
1
by: VbUser25 | last post by:
hi.. i have a drop-down menu with a list of products.when i select any one product i open a popup displaying hte product categories in it.i then enter the no. of items i want.and finally when i...
7
by: x muzuo | last post by:
Hi guys, I have got a prob of javascript form validation which just doesnt work with my ASP code. Can any one help me out please. Here is the code: {////<<head> <title>IIBO Submit Page</title>...
2
by: mjeassoc | last post by:
I have a fairly simple page serving as a portfolio. It is a long page, with narrative and large thumbs which link to other pages, larger photos, pdf files, etc. Near the top of the page, I have...
4
by: TycoonUK | last post by:
Hi, As I do not have IE7 on my computer, I was wondering if there is a fault in my CSS Menu when using IE7. Please can someone look at my site - http://www.worldofmonopoly.co.uk and tell me...
2
by: Medran | last post by:
I'm developing a web application using ColdFusion. This application has a form with several dependent drop down menus. I am using Ajax to populate the dependent menus (based on what is selected in...
2
by: giandeo | last post by:
Hello all, It's almost a couple of weeks since i am struggling to get this code work. Unfortunately, i am stuck. There seems to be no hope... Please Help....... I am working with an asp page...
19
by: Jim | last post by:
Hi, I have two questions/problems pertaining to CSS horizontal dropdown menus and am hoping that someone here can help me out. (1) I'm having a problem centering the menu. I picked up the...
2
by: RLN | last post by:
I was at this link to add a menu bar to my Access app. http://office.microsoft.com/en-s/access/HP051890341033.aspx I got the menu bar added, but had some more questions about it. In the link...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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...
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
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.