473,386 Members | 1,706 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,386 software developers and data experts.

click() method

Is it possible to use the .click() method in any browser beside IE?
(which would be Opera and Mozilla? or in some way that make that kind of
effect?)

--
Geir Eivind - Drammen

"Du trenger alt vi har, og litt til. Må nok ha noe skreddersøm her, ja."
- Daglig leder, Larsoft
Jul 23 '05 #1
2 1766
Geir Eivind Mork <mo**@mpr.no> writes:
Is it possible to use the .click() method in any browser beside IE?
Which click method, and use for what?
(which would be Opera and Mozilla?
Or Safari or KMeleon or ICEBrowser or OmniWeb or ....
or in some way that make that kind of effect?)


Which kind of effect?

It is generally possible to use the click method on form controls that
are buttons (of some sort), radiobuttons or checkboxes. It should work
the same in all current browsers, and is part of the W3C HTML-DOM:
<URL: http://www.w3.org/TR/DOM-Level-2-HTM...tml#ID-2651361 >

/L
--
Lasse Reichstein Nielsen - lr*@hotpop.com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
Jul 23 '05 #2
Lasse Reichstein Nielsen wrote:
Is it possible to use the .click()s method in any browser beside IE?
Which click method, and use for what?

I'm just trying ways to make the file upload dialog a bit prettier. but
it's not an easy task
(which would be Opera and Mozilla?


Or Safari or KMeleon or ICEBrowser or OmniWeb or ....

ofcourse, that would be plus. but since i just got ie, moz, opera and
konq it's kind of hard to test on those without using expensive
solutions like browsercam or what it is called.
It is generally possible to use the click method on form controls that
are buttons (of some sort), radiobuttons or checkboxes. It should work
the same in all current browsers, and is part of the W3C HTML-DOM:
<URL: http://www.w3.org/TR/DOM-Level-2-HTM...tml#ID-2651361 >

In IE it works for the file as well, oh bugger. but thanks for the link.
--
Geir Eivind - Drammen

"Du trenger alt vi har, og litt til. Må nok ha noe skreddersøm her, ja."
- Daglig leder, Larsoft
Jul 23 '05 #3

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

Similar topics

21
by: news.btinternnet.com | last post by:
I can do this in IE myLink.click(); //Invoking the handler as if the user had clicked on the link themselves. I need to be able to do the same in Netscape Navigator, can anyone help ?
6
by: Michael Johnson Jr. | last post by:
I am trying to handle a button click event, which updates a web control table with data. The button is dynamically created in the table itself. When I call updateTable() in the Page_Load the new...
5
by: J McD | last post by:
Hi I have a DataGrid with an ImageButton column. When I click on an imagebutton I get a postback but it doesn't run the OnImgBtnClick method. I can actually comment out the line where I add this...
6
by: Cathryn Johns | last post by:
Hi I have a server-side (asp.net) method that can be called by clicking a <asp:button> on my webpage. This method should also be called every n seconds, so I've set up a javascript timer which...
5
by: kai | last post by:
Hi, In ASP.NET , what is the difference between OnClick and Click events for a button? Because we have button click event, it can trigger events, why we still need OnClick? Please help. ...
3
by: Cerebrus99 | last post by:
Hi all, The Click event handler of a button control can be invoked using the Button.PerformClick method. But I have a Picturebox, whose click event handler I want to invoke. RaiseEvent doesn't...
3
by: Morten Snedker | last post by:
If I have a number of random applications open, move the mouse cursor to a given position and do a click, the application gets the focus. That is what this simple code should illustrate: Dim...
2
by: dperren | last post by:
At current, I have a set of dynamically generated image buttons, which are created with this (excert) of code: TableCell tasks = new TableCell(); while (reader.Read()) { ...
3
by: GauravGupta | last post by:
i want to know that is it posible to call button click event before page load event on post back.... please help me....
0
by: edwardp | last post by:
Good morning, A little background - I'm a QA automation engineering(working with Mercury/HP's Quick Test Professional) who is just delving into some C# programming to solve some of our issues. I...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...

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.