Forum: Java and JSP
08-09-2004, 02:16 PM
|
|
Replies: 8
Views: 13,989
Sort java objects in an Array
I have an array of Java objects(for example: Employee). I need to sort this array based on any one of the data variable(for example: emp_name, desg, salary) in the Java class.
I had done using...
|
Forum: JavaScript programming
04-28-2004, 07:50 AM
|
|
Replies: 4
Views: 766
Try this url
You can find the solution through this url
http://www.webreference.com/js/column70/3.html
All the best.
|
Forum: JavaScript programming
04-28-2004, 07:45 AM
|
|
Replies: 2
Views: 2,002
send e-mail through mailto protocol, url length
My requirement is:
I have to send e-mail where:
1. the bcc field contains upto 1000 mail ids
2. and the body of the email is content of a html/text file (file is in the client machine).
...
|