21. Make pop-up windows always on top:
22. Do not scroll bar?
Let the vertical bar not:
Let the cross bar not:
Two of them removed? It's even simpler.
23. How to remove the picture link clicked, the dotted line around the picture?
24. e-mail processing submitting form
mailto:****@***.com" enctype= "Text/plain" >
25. How do I write in the code that refreshes the parent window in the Open child window?
Window.opener.location.reload ()
26. How to set the size of the open page
The location where the page opens
27. How to add a background picture that is not full on the page, pull the page when the background image does not move
28. Check whether a string of strings is all composed of numbers
29. Get the size of a window
Document.body.clientWidth; Document.body.clientHeight
30. How to judge whether it is a character
if (/[^/x00-/xff]/g.test (s)) alert ("contains Chinese characters");
else alert ("All characters");
31.TEXTAREA the number of adaptive lines of text
<br>
32. Date minus days equals second date
33. Which radio was chosen
style
barcode
34. Script never Goes wrong
The 35.ENTER key allows the cursor to move to the next input box
36. Detect the link speed of a website:
Add the following code to the area:
37. Various styles of cursors
Auto: Standard cursor
Default: Standard arrow
Hand: hand-shaped cursor
Wait: Waiting for cursor
Text:i-shaped cursor
Vertical-text: Horizontal i-type cursor
No-drop: Non-drag cursor
Not-allowed: Invalid cursor
Help:? Helper cursors
All-scroll: Triangle directional Sign
Move: Moving the label
Crosshair: Cross Mark
E-resize
N-resize
Nw-resize
W-resize
S-resize
Se-resize
Sw-resize
38. Page entry and exit effects
Enter page
Launch page
This is some special effects when the page is loaded and paged out. Duration represents the duration, in seconds, of the effect. Transition indicates which effect to use, with a value of 1-23:
0 Rectangle Shrink
1 Rectangle Enlargement
2 round Shrink
3 Circular Enlargement
4 down to top refresh
5 Top to bottom refresh
6 Left to right refresh
7 Right to left flush
8 Vertical Blinds
9 Horizontal Blinds
10 Dislocation Horizontal Blinds
11 Misplaced Vertical Blinds
12 Point spread
13 or so to the middle of the refresh
14 Middle to left flush
15 Middle to bottom
16 up and down to the middle.
17 right down to top left
18 top right to bottom left
19 top left to bottom right
20 left down to top right
21 Cross Bar
22 Vertical Bar
23 or more of 22 randomly selected one
39. Jump within a specified time
40. Whether the Web page has been retrieved
There are some of the following property values:
The property value is "All": The file will be retrieved and the link on the page can be queried;
The property value is "None": The file is not retrieved and the link on the page is not queried;
The property value is "index": The file will be retrieved;
Property value is "Follow": a link on the query page;
The property value is "Noindex": The file is not retrieved but can be queried for links;
The property value is "nofollow": The file is not retrieved, but the link on the page can be queried.