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)
Hello guys, i am back again with yet another simple but interesting tutorial of changing webpage background color using javascript, just copy and paste it to your webpage and customize it according to your webpage design. <script language=”javascript”> function chngebg... (Continue reading)