<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
<mx:Form>
<mx:FormHeading label="Trip Calculator"/>
<mx:FormItem label="Start Date">
...
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Canvas horizontalCenter="0" verticalCenter="0">
<mx:LinkButton label="Top" x="100" y="10" click="showDetail(event)"/>
...
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Reflection;
...
2009十大网络流行语 中英文对照读本
---------------------------------
1、不差钱
Money is not a problem.
2、哥抽的不是烟,是寂寞!
What brother is smoking is not a cigarette, but loneliness!
...
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="frmAuto.aspx.cs" Inherits="StudyJQuery.jsAuto.frmAuto" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
...
管理设置 200
学生管理系统 200
教师管理系统 200
课程管理系统 200
课程表查询 100
公用信息 200
成绩管理系统 300
教师评价系统 300
证书管理系统 300 新
在线报名系统 300 新
自定表单系统 300 新
...
var cur_id = "";
var flag = 0, sflag = 0;
//-------- 菜单点击事件 -------
function c(srcelement) {
...
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
...