search for: display_t

Displaying 1 result from an estimated 1 matches for "display_t".

Did you mean: display
2008 Jun 17
4
Formating Date Field
...splaydatetxt'').value =request.responseText;} }); } </script> </body> </html> ******************************** Now the Ajax.jsp <html> <body><% if(request.getParameter("ajaxrefno")!=null) { ResultSet rs=db.executeQuery("select mydate from display_table where number=''"+request.getParameter("ajaxrefno")+"'' "); if(rs.next) { out.print(rs.getString(1)); } } --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:...