【发布时间】:2011-04-05 16:06:43
【问题描述】:
我有一个链接,点击后我会打开一个带有 window.open 的窗口,如下所示。
window.open("edit.jsp?clientId=" + clientId + "&eventId=" + eventId , 'height=600,width=800,scrollbars=1,location:no,menubar:no,resizable=1,status:no,toolbar:no');
我不希望参数在这里传递,而是我想要像 post 这样的东西,所以人们不能复制 url。
【问题讨论】:
-
这个问题看起来很相似:window.open post
标签: javascript jquery post popup window.open