Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i have the following htl markup

<iframe id="ContentPlaceHolder1_Editor1_ctl02_ctl00" frameborder="0" style="height:       100%; width: 100%; border-width: 0px;" marginwidth="0" marginheight="0" name="ContentPlaceHolder1_Editor1_ctl02_ctl00">
<html>
  <head>
    <body>
     sa
    <br>
 </body>
</html> 
</iframe>

I need a way to chang the text in the body tag using jquery selector

thanks.

share|improve this question
The html you what in your iframe needs to be in a different html file, and linked into the iframe with src attribute. Html directly inside the iframe tag is not supported – mimo Apr 12 '12 at 9:08

1 Answer

This post might be helpful

jQuery/JavaScript: accessing contents of an iframe

share|improve this answer
thanks for your fast replay...your suggestion not seem to work with my case..i try it – samih Apr 12 '12 at 8:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.