質問編集履歴

4

一部修正

2015/06/08 22:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -38,12 +38,6 @@
38
38
 
39
39
 
40
40
 
41
- $('#open2').click(function() {
42
-
43
- $("#mado2").ipop();
44
-
45
- } );
46
-
47
41
 
48
42
 
49
43
  });
@@ -142,8 +136,6 @@
142
136
 
143
137
  <input type='button' value='検 索' id='open1'>
144
138
 
145
- <input type='button' value='ログイン' id='open2'>
146
-
147
139
 
148
140
 
149
141
  <div class="ipop_search" id="mado1">
@@ -176,17 +168,7 @@
176
168
 
177
169
 
178
170
 
179
- <div class="ipop" id="mado2">
171
+
180
-
181
- <div class="ipop_close">×</div>
182
-
183
- <div class="ipop_title">ログイン</div>
184
-
185
- コンテンツ2<br>
186
-
187
- コンテンツ2
188
-
189
- </div>
190
172
 
191
173
  </body>
192
174
 

3

一部修正

2015/06/08 22:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
 
4
4
 
5
+ ■test109.php
6
+
5
7
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
6
8
 
7
9
  <html lang="ja">
@@ -126,7 +128,19 @@
126
128
 
127
129
  <a href=./test109.php?id=1>テスト0</a><br>
128
130
 
131
+ <?php
132
+
133
+ if ($_GET["id"] == "1")
134
+
135
+ {
136
+
137
+ echo "テスト1<br>";
138
+
139
+ }
140
+
141
+ ?>
142
+
129
- テスト1<br> <input type='button' value='検 索' id='open1'>
143
+ <input type='button' value='検 索' id='open1'>
130
144
 
131
145
  <input type='button' value='ログイン' id='open2'>
132
146
 
@@ -138,7 +152,27 @@
138
152
 
139
153
  <div class="ipop_title">検索</div>
140
154
 
155
+ <?php
156
+
157
+ echo "<form action='./test109.php' method='post'>";
158
+
141
- <form action='./test109.php' method='post'><input type='text' name='keyword' style='width:240px;'><input type='submit' value='検索'><form><div id="kwd"></div> </div>
159
+ echo"<input type='text' name='keyword' style='width:240px;'><input type='submit' value='検索'>";
160
+
161
+ echo "<form>";
162
+
163
+
164
+
165
+ $keyword = $_POST['keyword'];
166
+
167
+
168
+
169
+ echo '<div id="kwd">'.$keyword.'</div>';
170
+
171
+
172
+
173
+ ?>
174
+
175
+ </div>
142
176
 
143
177
 
144
178
 
@@ -160,7 +194,7 @@
160
194
 
161
195
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
162
196
 
163
- <script type="text/javascript" src="./test109.js"></script>
197
+ test109.js
164
198
 
165
199
 
166
200
 

2

追加

2015/06/08 22:15

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,7 @@
1
+ http://low-cost-travel.lk6.co/test109.php
2
+
3
+
4
+
1
5
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
6
 
3
7
  <html lang="ja">

1

一部修正

2015/06/08 14:01

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -154,9 +154,9 @@
154
154
 
155
155
  </html>
156
156
 
157
-
157
+ ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
158
+
158
-
159
+ <script type="text/javascript" src="./test109.js"></script>
159
-
160
160
 
161
161
 
162
162