晕啊,frameset里怎么还有form啊,要改下
<form  name=form1  action=""  target=""  method=post>  
<iframe name='framename1'  >  
<iframe  name='framename2'  >  
</form>  
<script>  
<!--  
document.form1.target="framename1";  
document.form1.action="b.htm";  
document.form1.submit();  
document.form1.target="framename2";  
document.form1.action="b.htm";  
document.form1.submit();  
//-->  
</script>