Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for AmIAyTi

Hey guys, I'm new to JSP and I want to make an order form with a dropdown list allowing the user to pick which product he/she wants to buy. And the products would come from the database i made. How can i retrieve the data from the database and place …

Member Avatar for javaAddict
0
2K
Member Avatar for adil24

in sturts how can i use tree node im using netbeans 6.8 this is my codes: <script language="javascript"> $(document).ready(function() { $('div.view').hide(); $('div.slide').click(function() { if($(this).children('img').attr('src')=='images/plus.png') { $(this).children('img').attr('src','images/minus.png'); //$(this).removeClass(); //$(this).addClass('slide_clicked'); } else { $(this).children('img').attr('src','images/plus.png'); //$(this).removeClass(); //$(this).addClass('slide'); } $(this).next().slideToggle(50); return false; }); }); </script>

0
47