Access a variable of iframe from parent

后端 未结 6 928
野趣味
野趣味 2020-12-03 09:35

script of iframe


script of parent window



        
6条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-03 10:14

    See if this works for you:

    i created this parent.html page and put an iframe in it with a text input which will show the value passed from iframe window:

     
         
         IFrame Example
         
         
         
             
             Name: 
             
    
    

    and this iframe content page:

    
       
       IFrame Child Example
       
       
       

    Input Form

    Name :

    clicking the button i get the value in my parent window.

    Play with it if you get something with this one.

提交回复
热议问题