如何让一个iframe里面的页面自适应iframe的大小?
情况是:
在一个页面里有一个iframe,iframe的SRC连接到一个test.html页面,在test.html里有一个button,button的onclick= "javascript:window.location.href= 'userRegister.jsp '; "
在转到 'userRegister.jsp '页面时,如何让 'userRegister.jsp '的大小和iframe的大小一样,也就是不出现滚动条?
------解决方案--------------------userRegister.jsp里 <body scroll= "no ">