关于Iframe实现局部刷新问题:当提交注册表单后,我想把注册成功的信息显示在页面中,现在结果时不能显示在本页面,而是显示在了那个iframe中了,怎么办

WBOY
Release: 2016-06-23 13:49:41
Original
1242 people have browsed it


    
"> 
             
    

  
  

  



   
   

   



           

              

                  
注册成功提示信息:
  
         

 
 


回复讨论(解决方案)

我想当提交注册信息成功后,在本页面显示“成功信息",但现在时成功信息也(经过将iframe的display=“block”时可以看出来)显示在了iframe中,而不是本页,

现在只是将form表单target到了iframe,但整个页面信息都交到了iframe,不知道为什么。怎么可以实现只是将表单部分指向iframe,而不是本页都交给iframe。

在 iframe 中用 js 往 parent.document 中赋值

在 iframe 中用 js 往 parent.document 中赋值



能不能说的明白点,菜鸟求指导,求代码

注册成功提示信息:
  
表单处理程序
echo "";
Copy after login

多谢啦xuzuning

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!