search for: checkboxclick

Displaying 2 results from an estimated 2 matches for "checkboxclick".

2006 Jul 14
3
Rails newbie: How does the submit_tag work?
...type="submit" value="Next Question" /> RHTML follows: --------------------------------------------- <head><% javascript_include_tag "prototype" %></head> <SCRIPT LANGUAGE="JavaScript"> <!-- Beginning of JavaScript - function checkboxClick(element) { inputValue = element.firstChild if (inputValue.getAttribute ("value") == "off") { inputValue.setAttribute ("value", "on") element.setAttribute ("background","/images/cbChecked.png"); } else { inputValue.s...
2006 Jun 03
12
How to get dynamically created inputs from html form back to rails app
Thank you in advance. Although I have many years of experience in general, including cross- platform processing, I am not an HTML/Javascript programmer. As a result, I do not have certain specific baseline skills and/or knowledge that are presumed in the Rails and Ajax documentation. I am experienced with DOM manipulations, so the bare mechanics of manipulating the browser GUI via Javascript