Forum: Java Jul 11th, 2006 |
| Replies: 3 Views: 1,051 |
Forum: Java Jul 8th, 2006 |
| Replies: 3 Views: 1,051 |
Forum: HTML and CSS Oct 24th, 2005 |
| Replies: 2 Views: 1,450 how do I get the previous value Hi,
I would like to know how to check the current value and the previous value entered by user before changes.
for example, the form will allow user to enter customer number. The first time user... |
Forum: HTML and CSS Oct 21st, 2005 |
| Replies: 1 Views: 6,227 how to display value to textbox I have a form, 1st page called first.jsp. in this form I have multiple fields. once user enters the first field, I call to the second.jsp to process by using... |
Forum: JSP Oct 20th, 2005 |
| Replies: 2 Views: 4,806 |
Forum: JSP Oct 17th, 2005 |
| Replies: 0 Views: 2,974 how to get value from javabean Hi,
I would like to know how to assign and display the value to a column name 'item_name' in first.jsp
I have 2 jsp pages - first.jsp , second.jsp. The first.jsp will call the second.jsp and pass... |
Forum: JSP Oct 14th, 2005 |
| Replies: 2 Views: 4,806 how to get value from popup Hi,
I would like to open a hidden popup window to pass value when user enter the value on the textbox. The popup window will perform operation that call the javabean to retrieve values to be... |
Forum: JSP Aug 29th, 2005 |
| Replies: 5 Views: 9,700 |
Forum: JSP Aug 29th, 2005 |
| Replies: 2 Views: 2,461 Re: JSP codes seems not executed correctly sorry, the codes should look like this , but still dont get the result
while (rset.next()) {
j_b2 = rset.getString("b2");
j_b3 = rset.getString("b3");
j_b4 = rset.getString("b4");
} |
Forum: JSP Aug 28th, 2005 |
| Replies: 2 Views: 2,461 JSP codes seems not executed correctly Hi,
I would like to check with you how JSP codes residing in js function works.
How can I get the 2nd select stmt executed based on the values retrieve from 1st select statement and the... |