HTML Listbox
Wed, 27 Apr 2005 02:20:15 -0700
Hello all,
I need to implement client side functionality in one form. I use HTML
Listboxes and I want the listboxes to stay as if they were disabled, only
being possible to scroll up and down to see all values, not being possible to
select the options.
Hope that is possible,
Thanks in advance
T ...
|
Animation problem...
Sat, 23 Apr 2005 18:39:41 -0700
This will hopefully be easy for someone out there to answer. I'm trying
to setup my first DHTML animation - just moving a single image in an
ellipse - and I'm having trouble making it work with a centered layout,
with the animation coordinates pinned to a table or layer on the page
instead of the browser's ...
|
Re: DHTML script problem
Sat, 23 Apr 2005 17:03:44 GMT
Hi Steve,
Thnx for the tip. It works fine now. See it in action at
http://members.chello.nl/~j.kuiper15
CU in Utrecht.
Papa Jan & Co
...
|
dynamic drop down with multiple selection problem
Thu, 21 Apr 2005 12:27:05 -0700
I have the following problem:
for(var i = 0;i < obj.length;i++){
alert(i);
document.formName.selectBoxName.options[i].selected = true;
}
obj.focus();
It displayed the drop down with all 3 options selected fine provided that
there is alert(i); statement. When I commented out the alert statement
it dis ...
|
Parches de microsoft
Thu, 21 Apr 2005 16:34:02 +0200
Me han mandado un parche por correo para mi windows pero no se si abrirlo, tengo miedo ^^ ...
|
Urgent Help needed...
Fri, 15 Apr 2005 00:10:33 +0200
Hi all.
A friend as crypted one of mine (local) webpage on 1st april, so i can't
modify it on my pc and he doesn't know how recover the original ( :o< )
I don't understand this (javascript ?) code. Can somebody help me to
find the html source code please ?
I must up to date my website but i can't because ...
|
new hosting for me
Fri, 08 Apr 05 23:37:14 GMT
Ill have my website back up tonight. I had to get new hosting . I got it at
http://isphost.org
they had my site back online fast. Thanks Ted
...
|
|
|
convert OleColor into RGB
Fri, 8 Apr 2005 12:31:09 +0200
Hi all.
I've got an ActiveX Object that gives me OleColor codes for its graphical
components.
I need to convert these OleColor codes into RGB codes using JScript or
VBScript, becuase I have to using that color inside color style attribute of
some HTML components.
Anyone can help me ?
Thx
...
|
Last rites declaration of Ioannes Paulus PP. II (Karol Wojtyla)
Mon, 4 Apr 2005 09:52:51 GMT
"The unforgiveable sins this earth must confront and overcome are
Nationalism, capitalism, and hoarding. The idea of every nation
should be forgot, price should be struck from the commons, and
princes should be seen for the devils they are. The sins include
our church, secret societies, and other rel ...
|
HOWTO execute script from external file
23 Mar 2005 02:23:33 -0800
I writing BHO that add tooltip to keyword in each webpage.
i need to include in the webpage my js file,(in static webpage i
wrote < script src="mySrc.js"></script>). is there a way to do it using
dhtml ?
one option is to read code from file and call execScript ,but i hope
there is a better solution.
thanks ...
|