/* original: http://code.google.com/p/ie7-js/ */ <head> <!–> <script src=“http://ie7-js.googlecode.com/svn/version/2.0(beta2)/IE8.js” type=“text/javascript”></script> <!—> </head> Note it works in...
Tag: html
function html2txt($document){ $search = array(‘@<script*?>.*?</script>@si’, // Strip out javascript ‘@<style*?>.*?</style>@siU’, // Strip style tags properly ...
<input type=“file” onchange=“this.submit()” name=“myfile” /> Note html / javscript
DirectoryIndex first_index.html second_index.html third_index.html #if “first_index.html” does not found apache tries to find the next index (“second_index.html”), if the index lists ends apache #...
<!– Add autocomplete = “off” in the form tag –> <!– Example –> <form name=“form1” id=“form1” method=“post” autocomplete=“off” action=“http://www.example.com/form.cgi”> </form>