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

Open combobox with JavaScript

Hi,

How to open HTML combobox by means of JavaScript?

--
Regards, Maxim.
Aug 5 '05 #1
3 4068
"1828080783Maxim" <km****@a-teleport.com> wrote in message
news:dc**********@pandora.alkar.net...
Hi,

How to open HTML combobox by means of JavaScript?


See the thread "openning SELECT drop down list by script" started
2005-08-02 by shlomi.schwartz

The answer is No.

--
Dag.

Aug 5 '05 #2
"1828080783Maxim" <km****@a-teleport.com> wrote in message
news:dc**********@pandora.alkar.net...
Hi,

How to open HTML combobox by means of JavaScript?


If you mean you wish to show the options of a <select size="1"> as if
the user had clicked it?

There is no way to do that using client-side JavaScript in most, if not
all, browsers. I include the qualification because there may exist a Web
browser which allows you to force a <select> open using client-side
Javascript, but the "big three": IE, Gecko-based (Mozilla, Firefox) and
KHTML-based (Safari, Konqueror) browsers do not provide that
functionality.

--
Grant Wagner <gw*****@agricoreunited.com>
comp.lang.javascript FAQ - http://jibbering.com/faq
Aug 5 '05 #3
"1828080783Maxim" <km****@a-teleport.com> kirjoitti
viestissa:dc**********@pandora.alkar.net...
Hi,

How to open HTML combobox by means of JavaScript?

<script>
document.write("Dear user, please click the down arrow in the select box to
open it");
</script>

--
SETI @ Home - Donate your cpu's idle time to science.
Further reading at <http://setiweb.ssl.berkeley.edu/>

Soulman <et****************@5P4Mgmail.com>
Aug 6 '05 #4

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

Similar topics

1
by: lawrence | last post by:
This PHP function prints out a bunch of Javascript (as you can see). This is all part of the open source weblog software of PDS (www.publicdomainsoftware.org). We had this javascript stuff...
2
by: bds | last post by:
I'm new to .net 2.0 and I'm trying to figure out the best way to create a form that has a couple of controls and one of the controls is a combo box with a data bound list of items from another...
0
by: Nat | last post by:
Hi, I have following code: ----------------------------------------------------- protected override void Render(HtmlTextWriter w) { if (helpString!=null) { w.write("<span...
5
by: Mark | last post by:
Hi all, how do I open a javascript window from a code behind page? I was using Response.Write("<script language='javascript'>window.open('url','name','options');</script>") but now for some...
1
by: Jorge Ponte | last post by:
hi I have a Web User Control (ascx) - lets call it "My_WUC" - in a Web form. In that WUC I want have a textbox and a button. I want to click on the button and open a popup (I use javascript for...
3
by: RajW | last post by:
Is it possible to have an auto complete ComboBox in ASP.NET? I would like to create a ComboBox that functions similarly to the way that IE will try to autocomplete a URL as you type it in. ...
0
by: coosa | last post by:
Dear all, I tried to replace the GridView Column's HyperLinkField "DataNavigateUrlFormatString" property with a java script pop up window, but wehen i preview the page, the link is REMOVED! Does...
1
by: SabryD | last post by:
Hello, I'm studying flash pro 8, and I'm just at the beginning. After the index page in html, I'd like to open the next page (in html with swf inside) in self fullscreen. I'm looking for a...
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
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,...
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
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.