iframe不能跨frame,window.createPopup()的窗口可以

解决方案 »

  1.   

    the problem is the Position ,meybe the cale is in a DIV, the Div position is absolue pos, so if the DIV display ,it will be behind in the other frame. i thinkif you want solution it, that you must change the  DIV position style, use the relative method to display it!!
      

  2.   

    把包含日历的iframe放在index.htm文件中,点击input时候显示日历,如:<input onclick="top.showC()"></input>
      

  3.   

    <frame src="a.htm" scrolling="no" name="statTopFrame" noresize> scrolling="no"?!没有滚动条 当然没有了