Thomas 'PointedEars' Lahn said the following on 12/20/2005 12:49 PM:[color=blue]
> fidodido wrote:
>
>[color=green]
>>If i press the button "MOVE UP", it will go to the top of the select
>>box.
>>If i press the button "MOVE DOWN", it will go to the bottom of the
>>select box.
>>
>>The selected values that the user select will still be selected, even
>>if i press up or down.[/color]
>
>
> AFAIK, the pronoun "I" is always spelled "I".[/color]
You understand incorrectly. I have told you before, before you decide to
be pedantic about a language and it's intricacies, you should endeavor
to understand that language and its dialects.
But for the record, it is not misspelled. It is mis-capitalized. Huge
difference.
[color=blue]
>[color=green]
>>It works in firefox....but not IE ?[/color]
>
>
> "Does not work" is a useless error description. [psf 4.11]
>
> <URL:http://jibbering.com/faq/#FAQ4_43>[/color]
As is this entire reply from you.
[color=blue][color=green]
>>coz the scrollTop does not work in[/color]
>
> ^^^
> That word is not in my dictionary either.[/color]
So freaking what?
[color=blue]
>[color=green]
>>IE.....
>>Is there any other way ?
>>
>>Here the source :
>>
>><html>
>><head>
>><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
>>/>[/color]
>
>
> This is not Valid HTML. <URL:http://validator.w3.org/>[/color]
Again, So freaking what? It's irrelevant to the question.
[color=blue][color=green]
>><title>Untitled Document</title>[/color]
>
>
> <URL:http://www.w3.org/QA/Tips/good-titles>[/color]
Again, So freaking what? It's irrelevant to the question.
[color=blue][color=green]
>></head>
>>
>><script type="text/javascript">[/color]
>
>
> The `script' element must be child of the `head' or the `body' element.[/color]
And when browsers encounter that code, it will close the head and open
the body. But it's irrelevant. As is the rest of your reply. If you
can't help, then troll elsewhere.
[color=blue]
>[color=green]
>>var bw = new lib_bwcheck()
>>function lib_bwcheck()
>>{
>>this.ver = navigator.appVersion
>>this.agent = navigator.userAgent
>>this.dom = document.getElementById?1:0
>>this.opera5 = this.agent.indexOf("Opera 5")>-1
>>this.ie5 = (this.ver.indexOf("MSIE 5")>-1 && this.dom &&
>>!this.opera5)?1:0;
>>[...][/color]
>
>
> <URL:http://pointedears.de/scripts/test/whatami>[/color]
You need to fix that site, it reports my information incorrectly.
[color=blue][color=green]
>>[...]
>><body>
>><table width="200" border="0">
>> <tr>
>> <td><select class="Textfield" size="5" name="se" id="se" multiple>
>> <option value=""></option>
>> <option value="3">Value1</option>
>> [...][/color]
>
>
> Example code would have sufficed.[/color]
It was given if you had bothered to look at it. But that is to be
expected from you.
--
Randy
comp.lang.javascript FAQ -
http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/