-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathscript.js
60 lines (16 loc) · 869 Bytes
/
script.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
alert(location.pathname);
// location.protocol Return the protocol of the current URL:
// location.href returns the href (URL) of the current page
// location.hostname returns the domain name of the web host
// location.pathname إرجاع المسار واسم الملف للصفحة الحالية
// location.assign loads a new document
// locatio.replace();
// location.reload();
// document.body.clientHeight
// document.body.clientWidth
// window.innerHeight
// window.innerWidth
// window.open() - open a new window فتح نافذة جديدة
// window.close() - close the current window اغلاق نافذة الحالية
// window.moveTo() - move the current window نقل نافذة الحالية
// window.resizeTo() - resize the current window إعادة ضبط حجم الشاشة الحالية