Forum: PHP Aug 15th, 2009 |
| Replies: 7 Views: 569 The type of field you use in your HTML form should be "password" not "text". ie <input type="password" name="password"> |
Forum: Java Mar 16th, 2008 |
| Replies: 7 Views: 833 I haven't done a lot of work in Java recently, so I'm not 100% on this, but try taking out the "static" in the fact method. (If that doesn't work, add the "static" back in and report back to us!)
... |
Forum: Java Mar 16th, 2008 |
| Replies: 7 Views: 833 The return value gets passed back to the calling method. You could do anything with the returned value.
To print the return variable, you may want to add the following line to your main method:
... |
Forum: VB.NET Jan 4th, 2008 |
| Replies: 3 Views: 1,969 Could you post a screen shot? |
Forum: VB.NET May 5th, 2007 |
| Replies: 18 Views: 9,485 I don't understand your problem. How can you click on something in a toolbar without using the mouse? |
Forum: HTML and CSS Apr 27th, 2007 |
| Replies: 18 Views: 5,069 Why not add an option to the form so the user can select HTML or Plain Text? |
Forum: VB.NET Dec 10th, 2006 |
| Replies: 5 Views: 1,882 No problem. The best thank you is adding to my rep! |
Forum: VB.NET Dec 6th, 2006 |
| Replies: 5 Views: 1,882 In VB.NET 2003, from the Project menu, select {Project Name} Properties and:
http://timlight.allislandbasketballcamp.com/vb2003.PNG |