1
我想在同一頁面中管理一個sql數據庫表,而不是導航到其他頁面。 我的頭jQuery Fancybox不支持鏈接在post方法中
<head>
<title>All Magazine Data</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.0.47/jquery.fancybox.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.0.47/jquery.fancybox.min.css" />
<script type="text/javascript">
$(document).ready(function() {
$(".various").fancybox({
maxWidth : 800,
maxHeight : 600,
fitToView : false,
width : '70%',
height : '70%',
autoSize : false,
closeClick : false,
openEffect : 'none',
closeEffect : 'none'
});
});
</script>
</head>
這裏已經這段代碼是不工作的代碼。
<a class="various fancybox.iframe" href="viewthumb.php?url=http://localhost/rupok/img/cover.png">View Cover</a>
當圖像無效時,頁面加載到iframe中。但是,當我在GET參數鏈接有效的圖像,它顯示一個消息
The Requested Content Can not be loaded
當您導航到'viewthumb.php?url = http:// localhost/rupok/img/cover.png'時會發生什麼? –
它只是根據所述URL –
這裏寫入一個HTML內容embeding的圖像是代碼, <?PHP的 如果(isset($ _ GET [ 'URL'])){ \t $網址= $ _GET ['URL 「]; >