i've been having this problem with IFRAME...trying to create a content editor, which will allow users to edit the selected html file in an iframe...
however...the file wouldn't load. if it does, it is not editable.
Perhaps displaying the code regarding how you actually try to display the html could help.
Personally I'd use a <textarea> for that, as an iframe is a different page, not a form element, hence messy (imho) to work with. Just a personal note tho.
ginnyows wrote:i've tried <textarea>, but just felt like trying something new...
just curious...as no matter how i tried..iframe just cant work....
thanks anyway...
Good (and interesting) approach. New is better... or so they say.
Do let us know what you've come up with so far. More eyes looking, more comments...