标签: javascript html jsp
一旦用户点击该按钮,我们就会有click here按钮(将用户带到另一个网站),需要向用户you are now redirecting to the site2显示一条消息。
click here
you are now redirecting to the site2
我们要求使用当前页面的模糊背景显示消息(用户在显示此消息时不允许执行任何其他操作)
两秒钟后,应将用户重定向到新窗口中的新页面。
如何在JavaScript中实现这一目标?并JSP/html页。
JavaScript
JSP/html