pankaj.ghadge
01-09-2009, 12:46 PM
hello ,
http://www.julienlecomte.net/blogfiles/cross-frame/
in this script they have included 2 iframes. parent can send a message to both iframes and frames can send massage to each other.
they have called the function at particular event . I don't want to call the function at particular event.(they have sent the message at button (sentbtn) click event) .
in My example i have 2 or more text box these are generated dynamically . and when user will write some thing in text box, will press the enter button that time i want to call the javascript function that is present in another iframe (domain is different).....
code is really complicated to understand .......
note: iframe domain is not same
text box id is not same. id is generated dynamically.
help me out to solve this ....
http://www.julienlecomte.net/blogfiles/cross-frame/
in this script they have included 2 iframes. parent can send a message to both iframes and frames can send massage to each other.
they have called the function at particular event . I don't want to call the function at particular event.(they have sent the message at button (sentbtn) click event) .
in My example i have 2 or more text box these are generated dynamically . and when user will write some thing in text box, will press the enter button that time i want to call the javascript function that is present in another iframe (domain is different).....
code is really complicated to understand .......
note: iframe domain is not same
text box id is not same. id is generated dynamically.
help me out to solve this ....