Skip to content

Instantly share code, notes, and snippets.

@distresslife
Created November 29, 2017 04:05
Show Gist options
  • Save distresslife/4eac6f78359ab67512ae13ac0fb7018b to your computer and use it in GitHub Desktop.
Save distresslife/4eac6f78359ab67512ae13ac0fb7018b to your computer and use it in GitHub Desktop.
<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