Forum: Java Jul 11th, 2006 |
| Replies: 3 Views: 1,645 I have got some books but I'm looking for free online learning (with audio and visio). does any knows? |
Forum: Java Jul 8th, 2006 |
| Replies: 3 Views: 1,645 Hi,
Is there anyone who know of any website that offer free interactive learning of java?
TQ |
Forum: HTML and CSS Oct 24th, 2005 |
| Replies: 2 Views: 1,855 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... |
Forum: HTML and CSS Oct 21st, 2005 |
| Replies: 1 Views: 10,988 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: 7,001 can i use hidden iframe then. if so how to apply |
Forum: JSP Oct 17th, 2005 |
| Replies: 0 Views: 4,963 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... |
Forum: JSP Oct 14th, 2005 |
| Replies: 2 Views: 7,001 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: 13,745 Hi,
I would like to find out how to call javabean from jsp page with passing values upon onChange event. Pls provide example if possible |
Forum: JSP Aug 29th, 2005 |
| Replies: 2 Views: 3,188 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 29th, 2005 |
| Replies: 2 Views: 3,188 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... |