|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
javascript form automation
Can someone please create a code for my page form, http://cp.csvelocity.com/index.php?...s&a=newssetting. I want it when the "News Skin:" text area isn't blank and the user is typing or has something in that area, the "Yes" radio button "Do you want a news skin?" will be checked. Also when the radio button is checked "No" for "Do you want a news skin?" the "News Skin:" text area would automatically be cleared blank. THX
|
|
#2
|
||||
|
||||
|
Why not take a stab at it first yourself and come back with any problems? It's pretty basic javascript. You'll want to associate an onkeyup and/or an onchange event with the textarea that calls a function that checks the value of the textarea and checks or unchecks the radio button as needed. The function for the radio button would be even simpler.
|
|
#3
|
|||
|
|||
|
i dunno any javascript coding
![]() |
|
#4
|
||||
|
||||
|
A perfect opportunity to learn!
![]() |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > javascript form automation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|