jQuery: Access frame in nested frameset

前端 未结 3 1636
说谎
说谎 2020-12-15 09:33

I have a document which has a nested frameset. I need to access one of the nested frames, named \"sq_main\", and access content inside this frame. Here is my structure:

3条回答
  •  心在旅途
    2020-12-15 09:58

    
    
        frames.html
        
    
      
                    
                         
                        
                          
                         
                        
                       
    
    
    
    
    
        anotherpage.html
        
    
        
    
        
    
        
    
    
    
        

    Hello World JQuery!
    helloworld.html

    Hello World JQuery!

提交回复
热议问题