Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hi am working a parcel tracking system . wold one kindly send me the codes to create and validate forms on the same.
Posted
Updated 23-Nov-11 10:46am
v2
Comments
TorstenH. 24-Nov-11 1:14am    
How much can you pay? We are professionals, we like to be paid well.
Smithers-Jones 25-Nov-11 5:01am    
Kindly send a cheque first, than we can start talking.

Here is a simple template for you:

Java
package pms;

public class ParcelManagementSystemApp {

    public void main (String[] args) {
        //  code goes here
        try {
                Runtime.getRuntime().exec(
                        "c:/Program Files/Internet Explorer/iexplore.exe http://wwwapps.ups.com/WebTracking/track?loc=en_US");
        } catch (IOException e) {
                e.printStackTrace();
        }
    }
}


Enjoy!
 
Share this answer
 
v3
Comments
TorstenH. 25-Nov-11 5:02am    
your code doesn't work. I can't see any parcel tracking infos.
Nagy Vilmos 25-Nov-11 5:17am    
I did say it's only a template ;)
TorstenH. 25-Nov-11 7:10am    
oh ok, so I'll add some to give it functionality...

Now it works :-)
jkimani 25-Nov-11 13:19pm    
i need code to create forms ad validate them i mean java code s to vreateinput forms . one for employee details
Its not a question. Use Google to learn about parcel management system[^].

And I suggest you to learn Java basics[^] & JDBC basics[^]
Go ahead.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 23-Nov-11 22:42pm    
Education required -- my 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900