Gazing into my crystal ball I observed Stefan Mueller
<> writing in news:4d3504c9-aa43-402d-bcf4-
:
> I've a HTML table with several columns. If you click on the header of
> a column the appropriate column gets sorted.
> If you move the mouse while clicking the header or you even double
> click the header the text in the header gets selected.
>
> Is there any possibility to disable this feature so that the text in
> the header never gets selected?
>
You really did not give us enough to go on, certainly a URL would have
helped, and here you got some of the best regulars around here not being
very nice to each other.
So, I'm going to put on my crystal ball hat and guess at what you are
trying to do/not do.
1. You cannot sort an HTML table without some kind of client side or
server side scripting invovled. Simply clicking on text will indeed
select it - that is the way it's supposed to be.
2. There is probably a href somewhere that uses a querystring to tell
either the server side script or a client side script to sort the data
when that link is clicked. Perhaps something like
http://example.com/table.php?sort=1
If it is clearly a link, then users will click on it. If it is not
clear, and they are clicking somewhere else, you might have that select
text behaivor.
Really, without a URL it is impossible for me to go any further.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share