Re: onclick does not fire event for table row
- From: "Tim Williams" <timjwilliams at gmail dot com>
- Date: Tue, 22 Aug 2006 13:40:37 -0700
It would help to post a complete [non]working example of the problem you're having.
Who knows what's going on in your "myscript" procedure ?
--
Tim Williams
Palo Alto, CA
"caglaror" <caglaror@xxxxxxxxx> wrote in message news:1156273447.900975.293660@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
That is probably design problem of w3c. They planned that TR is only 1
dimention so it cant be clicked. But TD is 2D so it can!
You may use div around tr tag but absolute answer to put onclick to
every TD tag.
Caglar ORHAN (caglaror)
lvcha.gouqizi yazdi:
Hi all,
I've been stuck with a bug in my vbscript. I want to show a dialog from
my html page which was implemented by a onclick vbscipt on a table row
like below. This dialog could be hidden by other dialogs. So I want to
bring it to the front when I click mytext again.
<table width="60%">
<tr><td onclick="myscript">mytext</td></tr>
The fact is that for the first time, onclick works well. However, if I
keep the pop-up dialog open and hit the text again, only the text will
get selected. The dialog is never brought to the front.
Any idea will rock!
lvcha
.
- Follow-Ups:
- Re: onclick does not fire event for table row
- From: lvcha.gouqizi
- Re: onclick does not fire event for table row
- References:
- onclick does not fire event for table row
- From: lvcha.gouqizi
- Re: onclick does not fire event for table row
- From: caglaror
- onclick does not fire event for table row
- Prev by Date: List domains and servers by domains
- Next by Date: Need some quick help
- Previous by thread: Re: onclick does not fire event for table row
- Next by thread: Re: onclick does not fire event for table row
- Index(es):
Relevant Pages
|