1
2
3
4
5
6
7
8
9
10
| <script> if (navigator.appVersion.indexOf( "Win" ) != -1){ alert( "Windows" ); } else if (navigator.appVersion.indexOf( "Mac" ) != -1){ alert( "Macintosh" ); } else alert( "Other" ); </script> |

ตัวอย่างการใช้งาน
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| <!DOCTYPE> < html > < head > < meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" /> < title >JavaScript Check Platform</ title > </ head > < body > < script > if(navigator.appVersion.indexOf("Win") != -1){ alert("Windows"); } else if(navigator.appVersion.indexOf("Mac") != -1){ alert("Macintosh"); } else alert("Other"); </ script > </ body > </ html > |
Advertisement
ตัวอย่างโค้ดจาวาสคริป (javasctipt) ใช้ตรวจสอบระบบปฏิบัติการของเครื่องที่เข้าชมเว็บ..

ตัวอย่างการใช้งาน
คำค้นหา : free java script, JavaScript Check Platform, platform Detect, จาวา สคริปต์, ฟรีจาวาสคริป, โค้ด javascript, โค้ดจาวาสคริป,
บทความที่เกี่ยวข้อง
ตัวอย่างโค้ดจาวาสคริป (javasctipt) ใช้ตรวจสอบระบบปฏิบัติการของเครื่องที่เข้าชมเว็บ..
1
2
3
4
5
6
7
8
9
10
| <script> if (navigator.appVersion.indexOf( "Win" ) != -1){ alert( "Windows" ); } else if (navigator.appVersion.indexOf( "Mac" ) != -1){ alert( "Macintosh" ); } else alert( "Other" ); </script> |

ตัวอย่างการใช้งาน
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| <!DOCTYPE> < html > < head > < meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" /> < title >JavaScript Check Platform</ title > </ head > < body > < script > if(navigator.appVersion.indexOf("Win") != -1){ alert("Windows"); } else if(navigator.appVersion.indexOf("Mac") != -1){ alert("Macintosh"); } else alert("Other"); </ script > </ body > </ html > |
Advertisement
โค้ด จาวาสคริป (javascript) เช็คระบบปฏิบัติการ
คำค้นหา : free java script, JavaScript Check Platform, platform Detect, จาวา สคริปต์, ฟรีจาวาสคริป, โค้ด javascript, โค้ดจาวาสคริป,
บทความที่เกี่ยวข้อง
โค้ด จาวาสคริป (javascript) เช็คระบบปฏิบัติการ
คำค้นหา : free java script, JavaScript Check Platform, platform Detect, จาวา สคริปต์, ฟรีจาวาสคริป, โค้ด javascript, โค้ดจาวาสคริป,
บทความที่เกี่ยวข้อง
ไม่มีความคิดเห็น:
แสดงความคิดเห็น