Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Adding HTML into Iframe
Old 09-24-2005, 12:13 AM Adding HTML into Iframe
ejumblesale's Avatar
Extreme Talker

Posts: 240
Location: Kent
Trades: 0
Hi,
I have been stuck with a problem and was wondering if someone could shed some light on it.

I am loading a webpage and trying to insert some html dynamically into a IFRAME which has been set to editable (To be used as a wysiwyg editor).

I have been able to do it in Mozilla using:

document.getElementById('iView').contentWindow.doc ument.body.innerHTML = "<b>Testing</b>";

and am trying for ie:
iView.document.body.innerHTML = "<b>Testing</b>";

It seems that IE isnt allowing me to add html to the IFRAME untill I have written content into it.

Any help with my problem would be great.

Example Code:
Quote:
<html>
<body onLoad="Init()">
<script>
var IE;
function Init()
{
document.getElementById('iView').contentWindow.doc ument.designMode = "on";
if(navigator.appName == "Microsoft Internet Explorer") {
this.iView.document.body.innerHTML = "<b>Testing</b>";

}
else {
document.getElementById('iView').contentWindow.doc ument.body.innerHTML = "<b>Testing</b>";
}

}
</script>
<iframe id="iView" style="width: 600; height: 400; "></iframe>


</body>
</html>
__________________

Please login or register to view this content. Registration is FREE
- The Internet Jumble Sale,

Please login or register to view this content. Registration is FREE
- Personal space containing interesting articles and information on downloadable scripts

Please login or register to view this content. Registration is FREE
- Free link exchange directory and PPC advertising scheme

Please login or register to view this content. Registration is FREE
- The ejumblesale forums
ejumblesale is offline
Reply With Quote
View Public Profile Visit ejumblesale's homepage!
 
 
Register now for full access!
Reply     « Reply to Adding HTML into Iframe
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.07948 seconds with 12 queries