2024-08-14 15:17:51 +08:00

16 lines
518 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>topFrame</title>
<style>
body { background:#F6F6F6; }
em.tips { padding:2px; background:#690; color:#FFF; }
</style>
</head>
<body>
<em class="tips">框架集frameset需要用iframe套住才能支持artDialog穿越就像现在这样 :-D</em>
</body>
</html>