Top "Onclick" questions

An event which occurs when user clicked an object.

Onclick javascript to make browser go back to previous page?

Is there a function I can attach as a click event of a button to make the browser go back …

javascript html browser onclick dom-events
HTML anchor tag with Javascript onclick event

On using Google I found that they are using onclick events in anchor tags. In more option in google header …

javascript hyperlink onclick anchor
Changing button text onclick

When I click on myButton1 button, I want the value to change to Close Curtain from Open Curtain.HTML: <…

javascript html button onclick
Get the contents of a table row with a button click

I need to extract the details of each column in my table. For example, column "Name/Nr.". The table contains …

javascript jquery button onclick html-table
Calling a parent window function from an iframe

I want to call a parent window JavaScript function from an iframe. <script> function abc() { alert("sss"); } </…

javascript iframe onclick
How exactly does the android:onClick XML attribute differ from setOnClickListener?

From that I've read you can assign a onClick handler to a button in two ways. Using the android:onClick …

android onclick
Add disabled attribute to input element using Javascript

I have an input box and I want it to be disabled and at the same time hide it to …

javascript jquery input onclick
Calling onclick on a radiobutton list using javascript

How do I call onclick on a radiobutton list using javascript?

javascript onclick radiobuttonlist
Uncaught ReferenceError: function is not defined with onclick

I'm trying to make a userscript for a website to add custom emotes. However, I've been getting a lot of …

javascript onclick userscripts
Why is this jQuery click function not working?

Code: <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> <script …

javascript jquery onclick click onclicklistener