Popular Other Languages Codes
Description If we want to use a form that displays more than one page and preserves data from one page to the next. For example, our form is for a survey that has too many questions to put them all on one page. In this case, we can use session ...

Description This program produces a list of links in a page and their status. It tells you if the links are okay, if they've been moved somewhere else, or if they're bad. Run the program by passing it a URL to scan for links in GET query as htt ...

Description This program provides a view of the files inside your web server's document root, formatted like the output of the Unix command ls. Filenames are linked so that you can download each file, and directory names are linked so that you ...

Description This code will Display a Colourful Firelight on Mouse movement. Source Code <STYLE TYPE="text/css"> <!-- BODY{ overflow:scroll; overflow-x:hidden; } .s1 { ...

Description Simple Operator Overloading Example which explore some basic concepts of operator overloading in C# Source Code using System; using System.Collections.Generic; using System.Text; namespace C ...

Description This code helps you to create a simple file upload system with your user can upload a file from the local computer to your webserver. Source Code <!DOCTYPE html PUBLIC "-//W3C//DTD XHT ...

Description This program enables you to send MIME email. For example, you want to send multipart messages with both plain text and HTML portions and have MIME-aware mail readers automatically display the correct portion. Source Code ...

Description This code Encrypts the given phrase using XOR function implementation. Source Code <HEAD> <SCRIPT LANGUAGE="JavaScript"> function encrypt(str, pwd) { if ...

Description This code shows how to send email by creating an email link. Source Code <html> <body> <p> This is a mail link: <a href="mailto:someone@gmail.com?subje ...

Description This code shows different types of list that can be made on your webpage. Source Code <html> <body> <h4>Numbered list:</h4> <ol> <li>Apples< ...






