【发布时间】:2011-02-15 10:08:05
【问题描述】:
我们有两个域,example.com 和example.net· 我们希望对example.net 的每个请求都重定向到example.com/example_section/index.jsp。我们怎样才能做到这一点?
【问题讨论】:
-
请详细说明您的需求。如果您只是通过 onclick 事件在 js 中进行重定向。 onclick = 'window.location.href="site.com/sectionxxx/index.jsp"' 这样就可以使用了。