FineUI/FineUI.Examples/accordion/accordion_links_iframe.htm

18 lines
478 B
HTML
Raw Permalink Normal View History

2015-05-19 14:45:47 +08:00
<!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>