JavaScript Instance Tutorial (10) Create a Back button
Source: Internet
Author: User
javascript| Button | create | tutorial using JavaScript to create a "back" connection it is fairly easy to implement a "back" connection in JavaScript. The function of this "back" connection is like the "Back" button in the Web page, you can use the following code:
<FORM>
<input Type=button value= "Go Back"
>
</form >
When you're careful, you'll find that the code actually uses the History.back () function. This is also a powerful embodiment of the JavaScript function function. where History.back (-1) Represents the previous page you want to connect to. If you want to return 5 pages back, you can use History.back (-5) to get it done.
We hover in the JavaScript, I can only use a word to express our feelings: "cool".
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service