111,126
社区成员
发帖
与我相关
我的任务
分享
<script language=javascript>window.open('Invalid.aspx')</script>
<!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>
</head>
string strJS = "<script>window.open('Invalid.aspx');</script>";
Page.ClientScript.RegisterStartupScript(this.GetType(), "OK", strJS);
<style type="text/css">
a a:visited{
color:#00F;
}
</style>