0

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.

Samih A
  • 403
  • 1
  • 10
  • 15
  • 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 09:08

1 Answers1

0

This post might be helpful

jQuery/JavaScript: accessing contents of an iframe

Community
  • 1
  • 1
mimo
  • 937
  • 12
  • 19