html Method to automatically jump to the page: 1. Use the "" statement to jump; 2. Use " window.location.href='page address';" statement jumps.
The operating environment of this tutorial: windows7 system, HTML5&&javascript version 1.8.5, Dell G3 computer.
1. Use meta to jump in html. You can set the jump time and page through meta.
1 2 3 4 5 6 |
|
2. Jump through javascript
1 2 3 4 |
|
For more programming-related knowledge, please visit: Programming Video! !
The above is the detailed content of How to automatically jump to the page in html. For more information, please follow other related articles on the PHP Chinese website!