-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjavascript-help.en.shtml
90 lines (88 loc) · 3.89 KB
/
javascript-help.en.shtml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--#include virtual="/templates/fragments/header.sig.html" -->
<title>JavaScript activation</title>
<link href="//www.epfl.ch/css/epfl.css" media="all" rel="stylesheet" type="text/css" />
<style type="text/css">
.content img{ margin: 0 5px -4px 0; width: 25px; height: 25px;}
</style>
<script type="text/javascript" src="//www.epfl.ch/js/jquery-epfl.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="//www.epfl.ch/js/globalnav.js"></script>
</head>
<body>
<!--#include virtual="/templates/fragments/header-no-local-search.en.html" -->
<div id="main-content">
<ul id="breadcrumbs">
<li><a href="//www.epfl.ch/" title="EPFL Homepage">EPFL</a></li>
<li class="last">JavaScript activation</li>
</ul>
<ul id="languages" title="Language">
<li class="current">English</li>
<li><a href="//www.epfl.ch/javascript-help.fr.shtml">français</a></li>
</ul>
<div class="clear"></div>
<h1>JavaScript activation</h1>
<div id="main-navigation" class="navigation-bar">
<ul class="topnav">
<li class="dropdown"></li>
</ul>
<div style="clear:both"></div>
</div>
<div id="content" class="content fullpage-content homepage-content">
<p>JavaScript provides a better navigation experience within EPFL websites. You'll find instructions on how to activate this technology in your browser below.</p>
<h3><img src="img/explorer6.jpg" alt=""/>Internet Explorer</h3>
<ol>
<li>From the Tools menu, click "Internet Options".</li>
<li>Click on the "Security" tab.</li>
<li>Push the "Custom Level..." button.</li>
<li>Scroll to "Scripting" section.</li>
<li>Under "Active Scripting", select the "Enable" radio button and push the OK button.</li>
</ol>
<h3><img src="img/firefox-25-logo.png" alt=""/>Firefox</h3>
<ol>
<li>From the Tools menu, click "Options".</li>
<li>Click on the "Content" tab.</li>
<li>Check "Enable Javascript" and push the OK button.</li>
</ol>
<h3><img src="img/firefox-25-logo.png" alt=""/>Firefox (MacOSX)</h3>
<ol>
<li>From the "Firefox" menu, click "Preferences".</li>
<li>Click on the "Content" tab.</li>
<li>Check "Enable Javascript" and push the OK button.</li>
</ol>
<h3><img src="img/safari.png" alt=""/>Safari (MacOSX)</h3>
<ol>
<li>From the "Safari" menu, click "Preferences".</li>
<li>Click on the "Security" tab.</li>
<li>Check "Enable Javascript".</li>
</ol>
<h3><img src="img/safari.png" alt=""/>Safari (Windows)</h3>
<ol>
<li>From the "Modify" menu, click "Preferences"</li>
<li>Click on the "Security" tab.</li>
<li>Check "Enable Javascript".</li>
</ol>
<h3><img src="img/opera.png" alt=""/>Opera</h3>
<ol>
<li>From the "Tools" menu, click "Preferences.</li>
<li>Click on the "Advanced" tab.</li>
<li>Click on "Content" in the left pane.</li>
<li>Check "Enable Javascript" and push the OK button.</li>
</ol>
<div style="clear:both"></div>
</div>
</div>
<div id="footer">
<ul>
<li><a href="//www.epfl.ch/accessibility.en.shtml">Accessibility</a></li>
<li><a href="http://mediacom.epfl.ch/disclaimer">Disclaimer</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
<li class="copyright">© 2017 EPFL All rights reserved</li>
</ul>
</div>
</body>
</html>