[求助]怎样使表单提交后的网页没有菜单,工具栏,等等

6楼
小樱桃 有问题问你!!就在这里问吧!

if(document.form.tel.value.length<1)
{
alert("您必须输入您的业务电话!");
document.form.tel.focus();
return false;
}

上面一段是JS判断报单是否为空的功能!

我现在要实现 两个 INPUT 都不为空的时候 弹出对话框! 这段JS 怎么写啊??
7楼
应该是处理页中加入
行为用“弹出式网页”可以让它出存在菜单,工具栏,地址栏等等
8楼
[QUOTE][b]下面引用由[u]whict1[/u]发表的内容:[/b]

小樱桃 有问题问你!!就在这里问吧!

if(document.form.tel.value.length<1)
{
alert("您必须输入您的业务电话!");
document.form...[/QUOTE]


if(document.form.tel.value.length<1)
{
alert("您必须输入您的业务电话!");
document.form.tel.focus();
return false;
}
if(document.form.[COLOR=red]abc[/COLOR].value.length<1)
{
alert("您必须ABC!");
document.form.[COLOR=red]abc[/COLOR].focus();
return false;
}

电脑版 Page created in 0.0703 seconds with 4 queries.