G
George Hester
First working:
http://www27.brinkster.com/hesterloli1/
When you enter something in the User ID box and go to mousedown Reset you will find that the button depresses like a normal Dialog box's button should.
Second Broke:
http://www27.brinkster.com/hesterloli1/default1.asp
When you enter something in the User ID box and go to mousedown Reset you will find that the button does NOT depress like a normal Windows Dialog box's button should.
Why?
The first does not have the following in the onmousedown event of the <input id="reset1" ...> tag.:
ctrlUID.setAttribute('title','Enter your User ID',0);
where it comes after this statement:
ctrlreset1.style.backgroundImage = 'url(\'reset03.gif\')';
as the broken one does.
Why is this statement
ctrlUID.setAttribute('title','Enter your User ID',0);
interfering with this statement
ctrlreset1.style.backgroundImage = 'url(\'reset03.gif\')';?
Thanks.
http://www27.brinkster.com/hesterloli1/
When you enter something in the User ID box and go to mousedown Reset you will find that the button depresses like a normal Dialog box's button should.
Second Broke:
http://www27.brinkster.com/hesterloli1/default1.asp
When you enter something in the User ID box and go to mousedown Reset you will find that the button does NOT depress like a normal Windows Dialog box's button should.
Why?
The first does not have the following in the onmousedown event of the <input id="reset1" ...> tag.:
ctrlUID.setAttribute('title','Enter your User ID',0);
where it comes after this statement:
ctrlreset1.style.backgroundImage = 'url(\'reset03.gif\')';
as the broken one does.
Why is this statement
ctrlUID.setAttribute('title','Enter your User ID',0);
interfering with this statement
ctrlreset1.style.backgroundImage = 'url(\'reset03.gif\')';?
Thanks.