Re: onclick does not fire event for table row
- From: "caglaror" <caglaror@xxxxxxxxx>
- Date: 22 Aug 2006 12:04:07 -0700
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: Tim Williams
- Re: onclick does not fire event for table row
- References:
- onclick does not fire event for table row
- From: lvcha.gouqizi
- onclick does not fire event for table row
- Prev by Date: Re: How to check registry value with IF statement?
- Next by Date: List domains and servers by domains
- Previous by thread: onclick does not fire event for table row
- Next by thread: Re: onclick does not fire event for table row
- Index(es):
Relevant Pages
|