Is is possible to change the body class within iFrame's source HTML from
the iframes parent page?
Obviously the code below is not functional, it is for example only. I have
tried several ideas but nothing I try seems to work.
Many thanks for any advice.
<style>
.blue { background-color: blue; color: yellow; }
</style>
<body>
<iframe src="iframetest.htm" name="myiframe" width="200"
height="300"></iframe>
<input type="button" name="Blue" value="Blue"
onClick="document.body.myiframe.document.body.className='blue'">
</body>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/