摘要: 新建default页面:html:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.o... 阅读全文
posted @ 2009-05-04 14:12 asia 阅读(589) 评论(0) 推荐(0)
摘要: 免费电影 阅读全文
posted @ 2009-05-04 13:23 asia 阅读(247) 评论(0) 推荐(0)
摘要: 1. 打开新的窗口并传送参数: 传送参数:response.write("<script>window.open('*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"')</script>")接收参数:string a = Request.QueryString("id");string b = Requ... 阅读全文
posted @ 2009-05-04 12:46 asia 阅读(151) 评论(0) 推荐(0)