FineUI/FineUI.Examples/accordion/accordion_links_iframe.htm
2013-11-01 14:13:51 +08:00

18 lines
461 B
HTML

<!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>
<title></title>
<style type="text/css">
body
{
font-size: 12px;
}
</style>
</head>
<body>
This is a page in iframe.
<br />
<a href="#" onclick="parent.window.activelinks('fybx');">Select Link 2 in Panel 2</a>
</body>
</html>