You can handle the F11 key using Javascript function, check the below javascript function.
Related Articles
code to get source code of a website
html code of a web page in php
html code of any webpage
PHP
reading the source code of a webpage
Sample Programs
source code viewer
UseFul Functions
web page source code
How to Get Source Code of a Web Page
If you are looking for How to Get Source Code of a Web Page or link then just follow below steps. How To Find A Web Page’s Source Code it easy? Source Code of a Web Page Contents show 1. Source Code of a Web Page 2. Source Code of a Web Page in PHP […]
How to Check the Last Day in Month
Check the Last Day in Month $startDate = “20150624”;$endDate = “20150722”;$startDate = strtotime($startDate);$endDate = strtotime($endDate);$dayLength = 60 * 60 * 24;$checkDateRange = ($endDate – $startDate) / $dayLength;$datesStartMonth = date(‘t’, $startDate);if ($checkDateRange > $datesStartMonth) {echo $error = “Date range should be with in one month”;}
Print Window Page Using Javascript
Below script prints the window page by simple javascript function. See below :