我在把营地添加到包括框架在内的html方面有问题。 这里是我的法典;
<?php
session_start();
if (($_SESSION[ accesslevel ] != "normal") ||($_SESSION[ accesslevel ] != "admin" )) {
?>
<meta http-equiv="refresh" content="0; url=./login.html">
<?php}else {?>
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>METU 3D Panaromic View</title>
<meta name="description" content="File Upload widget with multiple file selection, drag&drop support, progress bar and preview images for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.">
<meta name="viewport" content="width=device-width">
<!-- Bootstrap CSS Toolkit styles -->
<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap.min.css">
<!-- Generic page styles -->
<link rel="stylesheet" href="upload/css/style.css">
<!-- Bootstrap styles for responsive website layout, supporting different screen sizes -->
<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap-responsive.min.css">
<!-- Bootstrap CSS fixes for IE6 -->
<!--[if lt IE 7]><link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap-ie6.min.css"><![endif]-->
<!-- Bootstrap Image Gallery styles -->
<link rel="stylesheet" href="http://blueimp.github.com/Bootstrap-Image-Gallery/css/bootstrap-image-gallery.min.css">
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
<link rel="stylesheet" href="upload/css/jquery.fileupload-ui.css">
<!-- Shim to make HTML5 elements usable in older Internet Explorer versions -->
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<frameset rows="40px,94%" BORDER=2 >
<frame src="./normal_menu.html" noresize="noresize" scrolling="no" name="menu"/>
<frameset cols="25%,75%" BORDER=2>
<frame src="./map3.php?type=1" name="MAP" />
<frame src="./view.html?fileName=findik.den.jpg" name="VIEW"/>
</frameset>
</frameset>
</head>
<body>
</body>
</html>
<?php}?>
它看不出是否在实验室,因此总是转向标识。 如何在不提供框架的情况下处理。
感谢。