Skip to content
Monday, March 27, 2023
  • Online Tools
  • Online EMI Calculator
  • Email Address Extractor
  • Virtual Coin Toss
  • Website Up or Down
  • Multi URL Opener
  • Coupons

TechFolks.net

Tutorials | Themes | Tools

  • Home
  • General
  • Open Source
  • Templates ▼
    • Bootstrap Themes
  • Tips&Tricks
  • SEO
  • PHP
  • Mysql
  • Linux
  • Js

Javascript

Javascript

Open a Url onload of a Website or Pagee

June 13, 2016December 15, 2016viveikComment(0)

You can able to load a webpage while accessing a particular Website using Javascript, see below for code. <script> function openWindow() { window.open(‘http://www.google.com‘,’a’,’height=300,width=600′); } </script> <body onload=”openWindow();”> </body>

Javascript

Javascript Key Codes

February 15, 2016December 15, 2016viveikComment(0)

Key  ==>  Code backspace  ==>  8 tab  ==>  9 enter  ==>  13 shift  ==>  16 ctrl  ==>  17 alt  ==>  18 pause/break  ==>  19 caps lock  ==>  20 escape  ==>  27 page up  ==>  33 page down  ==>  34 end  ==>  35 home  ==>  36 left arrow  ==>  37 up arrow  ==>  38 right arrow […]

Javascript Sample Programs Tips&Tricks

How to Refresh Page OnClick Using Javascript

November 22, 2015viveikComment(0)

Click to Add another Staff

HTML Javascript Sample Programs Tips&Tricks

How to Detect a Adblock on Website or Blog and Show Pop up Message

May 25, 2015viveikComment(0)

Many people these are installing plugins like Adblock to block ads on the websites/blog and for few People earning from Ads are the main income stream, so today I found this below script where it can detect whether the user has installed Adblock any other plugins which are not displaying Ads on the website and […]

Javascript Mysql PHP

PHP Radio Button Example With Mysql DB

December 22, 2014viveikComment(0)

Simple PHP Radio button enable and disable textarea textbox example in php using Mysql

Debugging in Javascript Javascript Sample Programs typeof objForm

How to Do Debugging in Javascript

May 6, 2014viveikComment(0)

Below is the way to do debugging in Javascript to get typeof objForm, forms.elements and form value.

F11 key using Javascript Javascript Sample Programs

How to handle the F11 key without showing Full Screen mode using Javascript

May 6, 2014viveikComment(0)

You can handle the F11 key using Javascript function, check the below javascript function.

Javascript

Print Window Page Using Javascript

June 26, 2012viveikComment(0)

Below script prints the window page by simple javascript function. See below :

Recent Posts

  • How to Get/Create Google Analytics HeatMap Plugin on Websites or Blogs
  • How to Know Adsense Earning of an Article or a Blog Page?
  • 5 Best Open Source Human Resource Management Software Systems using PHP and MySql
  • How to Create Ical File to Work on Outlook, Google Calendar and Mac Icalendar
  • PHP Mysql Visitor Counter Script
| Editorial by MysteryThemes.