search for: javascriptfunct

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

2006 Feb 17
4
RE: Ajax.Updater and loading new javascriptfunctions.
...wEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Ryan Gahl Sent: Friday, February 17, 2006 2:08 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Ajax.Updater and loading new javascriptfunctions. Somewhere in your process (not sure where in your specific case)... try doing the following to inject a script element into the dom, where url is your .js path... This makes that script file get executed immediately. var jsScript = document.createElement("script"); jsScript....
2006 Apr 06
2
Java: How to interact with ruby generated fields
..._field "post", "textfieldtwo", :size => 20%> <%= text_field "post", "textfieldthree", :size => 20%> ----snip <input type="submit" value="Sign In &#187;" class="primary" /> <%= end_form_tag %> The Javascriptfunction couldn''t get the values of textfieldtwo and textfieldthree. Thanks for your help Michael Herzog -- Posted via http://www.ruby-forum.com/.