ブラウザでcoldFusinonの画像を連結して表示しようとした際に、添付のポップアップがでます
jsで画像を取得し、tdで数回表示を繰り返しています
別環境で同ソースで動作するので、環境依存の問題かと思いますが、発生原因がわかりませんでしょうか?
1
<cfif "#s#" neq ""> <div style="width:1127px;height:500px;"> <blockquote data-width="1127" data-height="500" class="ricoh-theta-spherical-image" > <a id="panorama_view" href="#s#"></a> </blockquote> </div>
2
<cfelse> <div style="width:1093px;height:500px;"> <img width="1127" height="500" alt="準備中"> </div> </cfif>
3
<td class="itemCell"> <cfif "#cs1#" neq ""> <a href="javascript:openPanoramaView('#cv1#')"> <img src="#cs1#" width="200" height="100" > </a> <cfelseif "#cf1#" eq application.flg.on> プレビュー表示不可レンズ <cfelse> 未登録 </cfif> </td>
4
<div style="position:absolute; top:900px; left:1000px;"> <img id = "btn_img_close" name = "btn_img_close" alt = "ウインドウを閉じます。" height = "20px;" width = "80px;" border = "0" src = /画像パス/.gif" onMouseOut = "this.src = '/画像パス/.gif';" onMouseOver = "this.src = '/画像パス/.gif';" onMouseDown = "this.src = '/画像パス/.gif';" onClick = "this.src = '/画像パス/; window.close();" style = "cursor:hand;"> </div> <script async src="https://#application.const.panorama_subdomain#.theta360.biz/widgets.js" charset="utf-8"></script>
添付とはファイルですか?貼られていないようです