-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest3.php
More file actions
62 lines (51 loc) · 2.09 KB
/
test3.php
File metadata and controls
62 lines (51 loc) · 2.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script type="text/javascript">var NREUMQ=NREUMQ||[];NREUMQ.push(["mark","firstbyte",new Date().getTime()]);</script>
<title>TME</title>
<link rel="stylesheet" type="text/css" href="css/960_files/reset.css" />
<link rel="stylesheet" type="text/css" href="css/960_files/text.css" />
<link rel="stylesheet" type="text/css" href="css/960_files/960.css" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(".content").click(function(){
window.location=$(this).find("a").attr("href");
return false;
});
</script>
<style type=text/css>
select {font-size:20pt;width:250pt}
</style>
<body>
<div id="top-ribbon"> </div> <div class="clear"></div>
<div id="logo-bar"> </div>
<div class="clear"></div>
<div class="container_16">
<a href="index.php">
<img alt="logo" src="images/logo_small.png" id="logo-top" height="85" width="140">
</a>
</div>
<center>
<form action="">
<select name="cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="fiat" selected="selected">Fiat</option>
<option value="audi">Audi</option>
</select>
</form>
</center>
<!-- The following JQuery is used to fetch the anchor tag in the div element and redirect the browser to that location. -->
<script>
$(".content").click(function(){
window.location=$(this).find("a").attr("href");
return false;
});
</script>
<div class="clear"></div>
<div class="footer"> </div>
<script type="text/javascript">if(!NREUMQ.f){NREUMQ.f=function(){NREUMQ.push(["load",new Date().getTime()]);var e=document.createElement("script");e.type="text/javascript";e.async=true;e.src="https://d1ros97qkrwjf5.cloudfront.net/39/eum/rum.js";document.body.appendChild(e);if(NREUMQ.a)NREUMQ.a();};NREUMQ.a=window.onload;window.onload=NREUMQ.f;};NREUMQ.push(["nrf2","beacon-1.newrelic.com","4f2ff5571b",240514,"MV1bZRBXD0sEAUIMCwgXbEMLGQhWAQdOSxQOSA==",0,0,new Date().getTime()]);</script>
</body>
</html>