質問編集履歴

1

追記追加

2020/07/27 04:53

投稿

ma2hiro
ma2hiro

スコア157

test CHANGED
File without changes
test CHANGED
@@ -47,3 +47,81 @@
47
47
 
48
48
 
49
49
  お忙しいところ大変申し訳無いのですが上記お問い合わせいたします。
50
+
51
+
52
+
53
+ 【追記】ココから
54
+
55
+ ソース部分を追記します。
56
+
57
+ 以下の
58
+
59
+ ```
60
+
61
+ <html lang="jp">
62
+
63
+ <head>
64
+
65
+ <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
66
+
67
+ <title>テスト</title>
68
+
69
+ <STYLE TYPE="text/css">
70
+
71
+ A:hover {background-color:#AFA;};
72
+
73
+ </STYLE>
74
+
75
+ <script type="text/javascript" src="tabber-download.js"></script>
76
+
77
+ <link rel="stylesheet" href="tabber-download.css" TYPE="text/css" MEDIA="screen">
78
+
79
+ <script type="text/javascript">
80
+
81
+ document.write('<style type="text/css">.tabber{display:none;}</style>');
82
+
83
+ </script>
84
+
85
+ </head>
86
+
87
+ <body BGCOLOR="#FFFFFF">
88
+
89
+
90
+
91
+ <input type="button" style="font-size:15px; border:1px solid black;color:black;background-color:white" onMouseOver="this.style.background='#d4d4d4'" onMouseOut="this.style.background='white'" value="テスト" onClick="location.href='https://hoge02.hoge.co.jp/download/download_tab_a.pl?title=テスト&bukken=002212'">
92
+
93
+
94
+
95
+ &nbsp;&nbsp;<input type="BUTTON" VALUE="タブ設定" style="font-size:12px; width:60px; height:20px;" onclick="location.href='./edit3.pl?title=テスト&bukken=002212'">
96
+
97
+ <div class="tabber">
98
+
99
+ <div class="tabbertab"><h2>テスト</h2><IFRAME marginwidth="1" marginheight="1" style="WIDTH: 98%; HEIGHT: 90%" src="https://hoge02.hoge.co.jp/download/download_a.pl?title=テスト&bukken=002212" frameBorder="0"></IFRAME></div></div>
100
+
101
+ </body>
102
+
103
+ </html>
104
+
105
+ ```
106
+
107
+
108
+
109
+ https://hoge02.hoge.co.jp/download/download_a.pl?title=テスト&bukken=002212
110
+
111
+ 部分が
112
+
113
+ ```
114
+
115
+ https://hoge02.hoge.co.jp/download/download_a.pl?title=%9F%BC%99Y&bukken=002212 のウェブページは一時的に停止しているか、新しいウェブアドレスに移動した可能性があります
116
+
117
+ ```
118
+
119
+ と表示されます。
120
+
121
+ https://hoge02.hoge.co.jp/download/download_a.pl?title=テスト&bukken=002212
122
+
123
+ だけでアクセスすると一応画像以外表示されます。
124
+
125
+
126
+
127
+ 【追記】ココまで