-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathok.php
37 lines (24 loc) · 1.26 KB
/
ok.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script src="http://localhost/~amaury/babble/js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="http://localhost/~amaury/babble/js/jquery.colorbox-min.js" type="text/javascript"></script>
<script src="http://localhost/~amaury/babble/js/ok.js" type="text/javascript"></script>
<style type="text/css">
body{font:12px/1.2 Verdana, Arial, sans-serif; padding:0 10px;background: red;}
a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;}
h2{font-size:13px; margin:15px 0 0 0;}
</style>
<link type="text/css" media="screen" rel="stylesheet" href="http://localhost/~amaury/babble/css/colorbox.css" />
<title>untitled</title>
</head>
<body>
Tout va bien
<a class='example5' href="welcome.php">Outside HTML (Ajax)</a>
<a class='example6' href="welcome.php">Outside HTML (Ajax)</a>
<div id="nom_de_la_div" style="display: none;">Ce bloc apparaît au chargement de la page!</div>
<a id="hidden_link" href="welcome.php">welcome</a>
</body>
</html>