-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhtmljs.php
More file actions
78 lines (78 loc) · 3.23 KB
/
htmljs.php
File metadata and controls
78 lines (78 loc) · 3.23 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?php
$hu = 'htmljs';
@require_once('header.php');
?>
<div class="main">
<div class="box">
<div id="c">
<h1>HTML/JS互转</h1>
<div class="box1" style="text-align:center;">
<script src="images/globals.js?ver=20100621" type="text/javascript"></script>
<script src="js/Html_JS.js" type="text/javascript"></script>
<div class="box">
<div id="b_1">
<div class="box1" style="text-align:center">
<div class="info1">
<div class="Gbtop">
<div class="WStop1">
<div class="WStop2">HTML源代码转换JavaScript代码工具</div>
</div>
<div style="padding:5px;">
<div class="WSIn">
<div class="WSTitle">请将 <strong>Html</strong> 源代码拷贝到下面表单中:</div>
<div class="WSt">
<textarea id="osource" style=" border:1px solid #c5e2f2; width:800px; height:150px; overflow:visible;" onfocus="change()" onkeyup="change()"></textarea>
</div>
<span class="WSTitle">下面表单中是相应的 <strong>Js</strong> 代码: </span> <br />
<span class="WSt">
<textarea id="oresult2" style=" border:1px solid #c5e2f2; width:800px; height:150px; overflow:visible;"></textarea>
</span>
</div>
</div>
</div>
<div class="Gbtop">
<div class="WStop1">
<div class="WStop2">JavaScript源代码转换HTML代码工具</div>
</div>
<div style="padding:5px;">
<div class="WSIn">
<span class="WSTitle">请将 <strong>Js</strong> 源代码拷贝到下面表单中:</span><br />
<span class="WSt">
<textarea id="oresult" style=" border:1px solid #c5e2f2; width:800px; height:150px; overflow:visible;" onfocus="rechange()" onkeyup="rechange()"></textarea>
</span>
<span class="WSTitle">下面表单中是相应的 <strong>Html</strong> 代码: </span><br />
<span class="WSt">
<textarea id="re" style=" border:1px solid #c5e2f2; width:800px; height:150px; overflow:visible;"></textarea>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="width:100%">
<div id="detail" class="info1">
<div id="result" class="div_whois">
<div class="t" style="display:none" id="seo_result">
</div>
</div>
</div>
<div style="float:right; width:40%; text-align:right; padding-top:9px;">
</div>
</div>
</div>
</div>
</div>
<div class="box">
<div id="b_14">
<h1>工具简介</h1>
<div class="box1">
<span class="info2">
<p>HTML/JS互转
</p>
</span>
</div>
</div>
</div>
<?php @require_once('foot.php');?>