Enter Keywords:
1 - 10 of 97(0.001 seconds)
Sort By:
 
i got some options buttons and textboxes... a option button like Name... textbox ..Name if the user clicks on the option button Name, the textbox is enabled... but how do i get what the user inputs...
Zones: Visual BasicDate Answered: 04/12/1998 Rating: 6.0 Views: 0
How do I lock a select box in IE? I don't want to use disabled, because it changes the font color to grey. I use onFocus="this.blur();" for text input boxes, but that doesn't work for Select List...
Zones: HTMLDate Answered: 06/22/2003 Rating: 7.2 Views: 0
<textarea name="descb1" cols="50" rows="2" id="descb" onFocus="this.form.a1.checked=true;this.form.descb1.value="";"> any help? im trying to check a radiobox and clear the textarea. Another prob...
Zones: JavaScriptDate Answered: 07/10/2003 Rating: 9.8 Views: 0
Hi all, Im trying to select the contents of a form field when its clicked on (using onfocus), the problem is that the field is not in the usual <form> tags, Im using function selectAll() { va...
Zones: JavaScriptDate Answered: 12/23/2003 Rating: 7.8 Views: 0
Sorry a slightly misleading title, The function works, however when the checkbox gets rendered it is two controls a span and an input (checkbox) and when I add an attribute if goes onto the span a...
Zones: .NETDate Answered: 03/13/2004 Rating: 8.0 Views: 0
What is different about the following? document.getElementById('myframeid').onfocus = someFunction; document.getElementById('myframeid').onfocus = someFunction(100, 200); I think this ques...
Zones: JavaScriptDate Answered: 04/06/2005 Rating: 9.4 Views: 0
Ok, I have a menu here http://home.comcast.net/~platini73/ it works great but the problem is that when you navigate in IE and use tab key to navigate you cant really tell wehere you are in the menu...
Zones: JavaScriptDate Answered: 05/07/2005 Rating: 9.6 Views: 0
here is what i am trying to do. when a input is focused i would like to change the TR which the input resides in to classname highlight. also, i would like to change all other TR's in the table to...
Zones: JavaScriptDate Answered: 11/02/2005 Rating: 9.2 Views: 0
Hello Expert, I have this code fully functional.   I'm looking forward to add to this code a mandatary field on the EMAIL where he'll reconize the email xxxx@xxxx.com Additional to that th...
Zones: ASPDate Answered: 09/07/2006 Rating: 8.0 Views: 0
I currently have a procedure that works: Private Sub sFName_GotFocus(index As Integer)     sMonth(index).SelStart = 0     sMonth(index).SelLength = Len(sMonth(index).Text)     End Sub H...
Zones: Visual BasicDate Answered: 05/02/2007 Rating: 8.2 Views: 0