Created
November 29, 2017 04:05
-
-
Save distresslife/4eac6f78359ab67512ae13ac0fb7018b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>列印標題</title> | |
<?php | |
if (empty($page)) $page = "error"; | |
?> | |
<script language="javascript"> | |
<!-- | |
window.focus() | |
//--> | |
</script> | |
<meta charset="utf-8" /> | |
</head> | |
<?php $QUERY_STRING = mb_convert_encoding($QUERY_STRING, "UTF-8");?> | |
<frameset rows="*,50" frameborder="YES" border="1" framespacing="0" bordercolor="#666666"> | |
<frame name="mainFrame" src="<?php echo "$page.php?$QUERY_STRING" ; ?>" > | |
<frame name="bottomFrame" scrolling="NO" noresize src="bottom.html"> | |
</frameset> | |
<noframes> | |
<body bgcolor="#FFFFFF" text="#000000"> | |
</body> | |
</noframes> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment