给这个java script代码注释路径!

来源:百度知道 编辑:UC知道 时间:2024/05/09 13:27:11
Response.write "<script language='javascript'>alert('您已经给这个作品投票了,每位网友只能投一个票!');history.go(-1);</script>"
Response.End()

---------------------------

我想让他,显示了这个“您已经给这个作品投票了,每位网友只能投一个票!”的信息之后,直接调到"vote_list.asp"里。怎么写代码?

Response.write "<script language='javascript'>alert('您已经给这个作品投票了,每位网友只能投一个票!');location.replace('vote_list.asp');</script>"
Response.End()