我需要将一个带有连接的漂浮窗口引入到任意一个HTML页面应该怎么做?
让HTML页面一打开就去请求Action然后直接呈现xxx页面!
类似这样的代码:
document.write('<script src=http://61.235.97.203:8088/listFlowSeat.action?eCode=UTF-8&domainUri=/>\<\/script\>');把document.write('<script src=http://61.235.97.203:8088/listFlowSeat.action?eCode=UTF-8&domainUri=/><\/script>');
保存到template.jsp;
在需要的页面,加这一句。
<%@ include file="/yourPath/template.jsp" %>
是一个表单提交。 你这样写就只是一个单单的链接罢了。可以返回你要的页面的,
页面onload事件作提交不就好了 呵呵
或者你把首页设置成servlet路径
html页面这样写
使用content属性表示跳转的开始时间与跳转的网址
你是说用frameset/iframe?