Ask a Question related to ASP.NET General, Design and Development.
-
memememe #1
javascript on click
So I know this is not the right newsgroup but im kinda lazy to add another
newsgroup to my outlook.
Is there a way for meto know where on the page someone clicked using
javascript? and by where I dont mean XY, I mean they clicked on the ltter
"Z" which is on element blah blah blah, so if they they click on an image I
will somehow know what image they clicked on, or if they clicked on a table
I will know what table they clicked on.
Thanks
memememe Guest
-
Javascript for Pop-up window on DataGrid/UltraWebGrid cell click
One column of the grid displays 'Notes' and therefore has many more characters than can be properly displayed in a grids' cell. I use a pop-up... -
Button.Init? how Do I know if click event has been fired? TextBox.TextChanged event before Button.Click in a CompositeCustomControl.
Hello I have the following situation: (everything is dynamic (controls.add)) 1. Button.Init { WasButtonClickFired = true } 2.... -
Click / Double Click
Am I doing something wrong? Wrong coding? Wrong handler? I am rying to get the button to fire on clicking..... it WILL work on "double click"... any... -
Single click vs double click in mouseDown and mouseUp
For a double click mouseDown and mouseUp catch 2 event: the first report clickCount value 1 and the second report value 2. How to respond to a... -
Datalist selects Item after first click, but does apply the SelectedItemTemplate after the second click only
Background: On my webform a simple datalist shows one column. The databind is done in the page_load event. In the ItemTemplate a linkbutton serves... -
Ken Cox [Microsoft MVP] #2
Re: javascript on click
I think your question is similar to the one answered here:
[url]http://msdn.microsoft.com/msdnmag/issues/03/08/WebQA/default.aspx[/url]
"memememe" <[rem]casolorz[rem]@hot[rem]mail.com> wrote in message
news:pCCRa.55229$o86.17871@news1.central.cox.net.. .
So I know this is not the right newsgroup but im kinda lazy to add another
newsgroup to my outlook.
Is there a way for meto know where on the page someone clicked using
javascript? and by where I dont mean XY, I mean they clicked on the ltter
"Z" which is on element blah blah blah, so if they they click on an image I
will somehow know what image they clicked on, or if they clicked on a table
I will know what table they clicked on.
Thanks
Ken Cox [Microsoft MVP] Guest



Reply With Quote

