Results 1 to 4 of 4
Thread: 2 functions
- 08-13-2009, 07:25 PM #1
Member
- Join Date
- Aug 2009
- Posts
- 1
- Rep Power
- 0
2 functions
I have 2 java functions on 1 text box. Is there a way to have 1 trump the other? Here is the code. What is does is if someone clicks the text box, it brings up a calendar, but I also have a radio button that is I select I want the date2 box disabled. Here is that function:
<input type="radio" onclick="makeEnable();chgtxDisable()" value="V3" name="R1">
<input onclick="ds_sh(this);" name="date2" readonly="readonly" style="cursor: text" size="20" /> </td>
Let me know if you need more info.
Thanks
Chad
-
-
Edit: I've reviewed some of the function calls made above and it seems that this is in fact JavaScript code while this forum is a Java forum. The two languages are very different but unfortunately share a similar name. While there is an outside chance someone can help you with this here, you will likely have much better luck posting this type of question in a JavaScript forum. I wish you the best of luck.
- 08-14-2009, 04:41 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 26
Ya, this is not about Java, about JavaScript. Better to move to a JS forum. Sorry I've to close the thread. In any case please contact one of our moderators through a private message. Good luck.
Similar Threads
-
Calling java functions from c++
By khajalid in forum New To JavaReplies: 13Last Post: 10-12-2010, 10:50 PM -
Functions in jsp
By samson in forum JavaServer Pages (JSP) and JSTLReplies: 3Last Post: 03-25-2009, 10:04 PM -
Button Functions
By codeflip in forum New To JavaReplies: 1Last Post: 03-12-2009, 02:26 AM -
problems with functions
By kri in forum New To JavaReplies: 6Last Post: 02-07-2009, 08:09 PM -
HashMap functions get vs put
By tahni in forum New To JavaReplies: 3Last Post: 01-14-2009, 06:55 PM
Bookmarks