Posted by Shek on November 30, 2011 under PHP |
Read more of this article »
Posted by Shek on October 16, 2011 under JavaScript |
In this post, I am going to show by checking a checkbox to disable multiple HTML text field elements
Read more of this article »
Posted by Shek on August 11, 2011 under HTML, JavaScript |
In this post, I am going to show how to use the same JavaScript function for different HTML forms, this could help in situations when multiple forms need to preform the same operation but with different inputs.
Read more of this article »
Posted by Shek on March 10, 2011 under PHP |
In this post, I would like write a little note on using
$_REQUEST instead of $_GET or $_POST
in the future of my programming for most of the cases.
Read more of this article »
Posted by Shek on February 12, 2011 under HTML, JavaScript |
Editor’s note: In some cases, when we select one radio button, we want disable the user to have a fill in some information related which is no related to that other radio button, and so javascript helps us to do this job.
Read more of this article »
Posted by Shek on October 22, 2010 under HTML |
Editor’s note: HTML form normally submitted with a button, however in some cases when the user wants to have an action (submit some data to another page) by clicking a radio button, a little javascript would do the job, and here is an example:
Read more of this article »