在asp.net中,有如下写法,不对,但是不知道如何正确写:::
Response.Write("<script>\r\n"
;
Response.Write("parent.document.all('valueFrame').src='';\r\n"
;
Response.Write("parent.document.all('valueFrame').src='valueFrame.aspx?transectid="+transectid+"&staid="+staid+"';\r\n"
;
Response.Write("</script>\r\n"
;
其中'valueFrame'是框架名,transectid和staid是字符串
//Response.Write("window.open('doKeyQry.aspx?keystr="+tranname+"');\r\n"
;///////////////////////
写成这样对吗????
大侠帮帮忙啊!!!