GreyBox框架基本使用 - 帮主的空间…

来源:互联网 发布:安利产品真的好吗知乎 编辑:程序博客网 时间:2024/05/05 05:06

  GreyBox框架基本使用

GreyBox框架基本使用效果挺好的,可以实现"图片预览"和"页中页"的效果

先来个例子:

GreyBox框架基本使用 - 帮主的空间 - CSDN博客 - thank the world - 快乐茶香!

GreyBox框架基本使用 - 帮主的空间 - CSDN博客 - thank the world - 快乐茶香!

 <%@ Page Language="C#"  CodeFile="Default.aspx.cs"Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
   <title></title>
    <scripttype="text/javascript">
        var GB_ROOT_DIR = "./greybox/";
   </script>
   <script type="text/javascript"src="greybox/AJS.js"></script>
<script type="text/javascript"src="greybox/AJS_fx.js"></script>
<script type="text/javascript"src="greybox/gb_scripts.js"></script>
<link href="greybox/gb_styles.css" rel="stylesheet"type="text/css" media="all" />

</head>
<body>
   <form runat="server">
   <div>
   <a href="Images/top1.gif" rel="gb_page_center[300,130]"><img border="0"src="Images/top1.gif"/></a>
   <a href="" rel="gb_page_center[700,530]">www.baidu.com</a>
   <a href="Default2.aspx"rel="gb_page_fs[]">Time</a>
   </div>
   </form>
</body>
</html>

发表于 @ 2009年09月28日 14:06:00 | | 举报|




引文来源  GreyBox框架基本使用- 帮主的空间 - CSDN博客
0 0
原创粉丝点击