There are different methods to scroll HTML document using JavaScript, You can scroll the document to Top, Bottom or in any part or to view any element in the document using JavaScript. To scroll the document using JavaScript, there is a scrollTo() method in window object which takes the X and Y coordinates of a point and sets these as the scrollbar offsets. The scrollTo() method scrolls the window...
السبت، 28 فبراير 2015
الأربعاء، 25 فبراير 2015
How to Create Table of Contents Using JavaScript
Posted on 10:08:00 مby Abdelrahman Ahmed with No comments
#TOC {border:solid black 1px; margin:10px; padding:10px;} .TOCEntry{font-family:sans-serief;} .TOCEntry a{text-decoration:none;} .TOCLevel1{font-size:17pt; font-weight:bold;} .TOCLevel2{font-size:16pt; font-weight:bold;} .TOCLevel3{font-size:15pt; font-weight:bold;} .TOCLevel4{font-size:14pt; margin-left:.25in;} .TOCSectNum{display:none;} window.onload=function(){ function getSelectedText(){ if (window.getSelection)...
الاثنين، 23 فبراير 2015
How to Select Document Elements Using JavaScript?
Posted on 9:14:00 مby Abdelrahman Ahmed with No comments
You have to select the document elements for manipulation of elements of document to complete any task for the document design or action of the document using JavaScript codes. There are number of ways to select elements to query a document for an element or elements in order to manipulate elements of the document, to obtain or select the element objects that refer to those document elements. The...
الأحد، 22 فبراير 2015
How to Show Pop Up Window Using JavaScript
Posted on 9:15:00 مby Abdelrahman Ahmed with No comments
You can show pop up window By using JavaScript window.open() method which loads specified URL into a new or existing window and returns the window object that represents that window. The window.open() method takes four optional arguments which are URL of the window, Window name, attributes of window, the boolean value to replace or not the current window.Syntax: window.open("windowname.html", "New...
How to go Back Browsing History Using JavaScript
Posted on 2:27:00 صby Abdelrahman Ahmed with No comments
The history property of the window object refers to the history object for the window. Using history in JavaScript you can go back to the previous browsing history. The history object models the browsing history of a window as a list of document and document states and the length property of the history object specifies the number of elements in the browsing history list.The history object has...
الجمعة، 20 فبراير 2015
How to Click Button Using JavaScript?
Posted on 12:43:00 صby Abdelrahman Ahmed with No comments
Buttons on a web-page allows users to submit data or to do any action on it and generally the actions are performed by clicking on it. Different types of buttons are used on web-page and they may be inside a form or outside a form for certain action to be performed. Buttons used within a form may be Submit Button, Reset Button, Browse Button etc. You can set the actions performed by submit and reset...
الأربعاء، 18 فبراير 2015
How to Create JavaScript Bookmarklet?
Posted on 12:39:00 صby Abdelrahman Ahmed with No comments
Bookmarklet is a small JavaScript code which is saved on a browser's bookmark while bookmarking JavaScript: URL. It is a mini program that can be easily launched from the browser's menus or toolbar. The code in a bookmarklet runs as if it ware a script on a page and can query and set document content presentation, and behavior. As long as a bookmarklet does not return a value, it can operate on whatever...
الاثنين، 16 فبراير 2015
How to Write JavaScript Function as URL in Hyperlink?
Posted on 12:19:00 صby Abdelrahman Ahmed with No comments
You can write JavaScript function as like URL in hyperlink on href attribute of <a>....</a> tag. Writing JavaScript codes in a URL is another way that JavaScript code can be included in the client side using javascript: protocol specifier. This special protocol type specifies that the body of the URL is an arbitrary string of JavaScript code to be run by the JavaScript interpreter. The...
الأحد، 15 فبراير 2015
How to create Timer Using JavaScript?
Posted on 1:38:00 صby Abdelrahman Ahmed with No comments
With JavaScript it is possible to execute some code not immediately after a function is called, but after a specified time interval. This is called timing events. With timing events you can create timer like stopwatch, clock, quiz timer and many more. For timing events in JavaScript, there are four methods that are used aresetTimeout(): This method of the window object schedules a function to...
الجمعة، 13 فبراير 2015
How to create a Simple calculator Using HTML and JavaScript
Posted on 12:00:00 صby Abdelrahman Ahmed with No comments
Here are the steps to create a simple calculator using HTML and JavaScript which can evaluate simple arithmetic on integer numbers. Two types of inputs text and button are used here on a table within a form element and OnClick event was used to insert button values on the screen or to evaluate the numbers.Steps to create a Simple calculator Using HTML and JavaScript 1. At first Insert a <form>...
الخميس، 12 فبراير 2015
How to use Round, Random, Min and Max in JavaSript
Posted on 12:07:00 صby Abdelrahman Ahmed with No comments
Round, Random, Min and Max are the methods used in math object in JavaSript. Math object allows you to perform common mathematical tasks. The math object includes several mathematical values and functions. Yo do not need to define the math object before using it. In this post I am describing How to use Round, Random, Min and Max in JavaSript.How to use Round() in JavaScriptUsing round() method in...
الأربعاء، 11 فبراير 2015
How to Concatenate, Join and Sort Array in JavaScript?
Posted on 9:28:00 مby Abdelrahman Ahmed with No comments
In the previous post, I have already described about "How to Loop Through JavaScript Array". Along with accessing an element of an array using looping statements, you can also concatenate, join and sort an array in JavaScript. In this post you will learn about How to Concatenate, Join and Sort Array in JavaScript.How to Join Two Arrays using Concat()Using concat() method, you can join to arrays array1...
الاشتراك في:
الرسائل (Atom)
يتم التشغيل بواسطة Blogger.
التسميات
- Artificial Intelligence(AI)
- Backlinking
- Basic IT
- Best List
- Blogging Tips
- C
- C#
- C++
- Computer Architecture
- Computer Fundamental
- Computer Security
- Computer/IT Officer Exam
- CSS
- Data Mining and Warehousing
- Data Recovery Tools
- Data Structure
- Database Management System
- E-commerce
- E-government
- Internet & Web Designing
- IT Law
- IT Tips and Tricks
- IT Tutorials
- Java
- JavaScript
- Keyword Research Tools
- MIS
- Multiple Choice Question (MCQ)
- Networking
- Online Earning
- Online IT Jobs
- Operating System
- Oracle Forms and Reports
- Programming Guide
- Programming Language
- SEO
- Social Networking Sites
- Software Download
- Software Engineering
- System Analysis and Design
- Top List
- VB.Net