<Script>
var title;
title="哈哈哈";
window.showModelessDialog("index.asp?title="+title)
</Script>在index.asp中加入
<%=Request.QueryString("title")%>