Monthly Archives: October 2009

using text instead of convencial submit button

If we want to submit form using text instead of convencial submit button then follow the article. We’ve have to use following javascript code on click event. document.formname.submit() For Example: <form action=’newsletter/index’ name=’newsletter’> <input type="text" name="email" class="smalltxt" /><br /> <a … Continue reading

Posted in Javascript

Create single instance application in Qt 4 : Qt Tip #1

Many times we want only single instance of application. How can we achieve this. I’m going to show a simple way to achieve this. We need a Utility that is freely provided by Qt guys . Click here to know … Continue reading

Posted in Featured, Qt, Qt-Tips Tagged , , ,