Displaying 1 result from an estimated 1 matches for "card_no".
Did you mean:
card_id
2010 May 05
6
form remote tag :before=> function problem
...the fields in the form, but
the problem is that it does not update the div test_categories, instead
opens as a separate page like regular form. If I remove this :before=>
all works fine.
the function hello is below and just a normal js
function hello()
{
if(document.getElementById("card_no").value=="")
{
alert("Card not captured, please try again")
document.getElementById("card_no").focus()
return false;
}
return true;
}
Any Ideas?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you...