This is a 55 Minute video tutorial for JAVASCRIPT events taken by PPK {quirksmode.org} VN:F [1.5.7_846]please wait...Rating: 10.0/10 (1 vote cast)VN:F [1.5.7_846]Rating: +1 (from 1 vote)... (Continue reading)
Hello here is a simple javascript code on how to get the browser version and other details.Just copy paste guys. <h3> Your Browser details are as follows:</h3> <script language="javascript" type="text/javascript"> var StrDummy = navigator.appVersion; strVersion = StrDummy.substring(0,4); document.write("<center><table border=1 cellpadding=2><tr><td>");... (Continue reading)
Let’s define a simple function to prevent the querysting from being tampered with external code. Lets take an example, If you have a webpage like http://www.mistonline.in/search/index.php?name=java , there is every possiblity that a hacker can try to inject some javascript in... (Continue reading)
Some months before i have written a code to avoid the direct access of files using php, but now i have modified the previous script since it has some set backs, Let us take one file named MYFILE.PHP as an example,... (Continue reading)
This is a simple tutorial which helps you to put a preloader similar to flash preloaders on your website interesting huh , just check out this simple tutorial of how to implement the same.Just needed to add some 5 lines... (Continue reading)