Jquery Iframe textbox
        Posted  
        
            by ctroy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ctroy
        
        
        
        Published on 2010-05-09T15:53:05Z
        Indexed on 
            2010/05/09
            15:58 UTC
        
        
        Read the original article
        Hit count: 256
        
jQuery
I am new to Jquery, In fact, I have 0 knowledge using JQuery. I am trying to get something to work using JQuery.
I have a html page with an iframe. The iframe page has a form in it and a textbox in it. The Iframe is actually created by another jquery function and is inside a div.
Now, when I click a link on the main page, I want the textbox in the iframe to be populated with some value. Is it possible to get this to work?
<html>
....
...
<a click="populate()">Populate IFrame</a>
....
...
<div id="iframediv"></div>
...
...
© Stack Overflow or respective owner