Hi this is javascript code to disable ctrl + key combinations, onkeydown is the event used for if user press keys on the body then disable...
PHP code send email
<?php $from_mail = "manikantak49@gmail.com Manikanta"; $to = "somebody@example.com"; $ccmail_ids = "manikant...
Generate Route Map Easily Using Google MAPs
http://maps.google.com/maps?saddr=delhi&daddr=mumbai In PHP <?php $start_address = "Hyderabad"; $destination_addre...
Display functions in javascript
<p id="myId">Text will display by javascript here</p> <script> alert("string"); console.log(...
Javascript String Methods with Usage examples
A JavaScript string stores a series of characters like "John Doe". A string can be any text inside double or single quotes: ...
Meter Tag In HTML5
Use the meter element to measure data within a given range (a gauge): <!DOCTYPE html> <html> <head> <...
Javascript Function to print Webpage
self.print() is one of the java script function to print the current webpage The below is an example to print webpage <input type=...
content.get(...).style.removeAttribute is not a function [Solved]
I used the 1.3.6 version of fancybox with jquery 2.0.3, and had a JS error (and the close button stays hidden) TypeError: content.get(...
List of examples for HTML Text Formating Tags
<!DOCTYPE html> <html> <head> <title>HTML Typography</title> <meta name="revised" content=...
How to play background audio for a website
Use this tag to play background audio in html <audio loop autoplay > <source src =" http://raisingsuns.com/public/images/...
Web Service to get the facebook likes and share and total click count
Hi this is the web service code to fetch facebook likes and shares count, By using the below web service replace with your url for the blue...
Hint.css CSS framework for easy tool tips
Pure CSS library for adding tooltips to HTML elements. Hint is very compact in size, while still managing to offer lots of options for cus...
Detecting a mobile browser
<script> function detectmob() { if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator....
Popular Posts
- Detecting the Ajax request in Core PHP
- Demanding a price for software development
- Payment Gateway Options and Pricing in India
- How to integrate SEND Grid with Codeigniter
- How to print document content with jquery
- Add one day to the today date in php
- File Upload Conditions helper in Codeigniter
- Address auto fill city, state, district, country, pincode
- Codeigniter 4 Email Code
- How do I run a PHP script using windows Task Scheduler?