It works both with "on" and "On".
assigning the frame to a variable before modifying it doesn't work with
Firefox either but I have just found something interesting, that I can make
it work in Firefox with this:
$("#foo").bind("load", function(){getIFrameDocument("foo").designMode = "on"
});
But then it doesn't work with Internet Explorer. Now all I need is to find a
way to make it work on both browsers, but I wouldn't like to ask wich
browser is being used (at the end of the day new browsers appear everyday
and they change their specifications all the time), so I guess I'll have to
ask for a propperty or something. Not very sure for the moment so help is
still welcome.
And thanks, Benjamin.
On 2/27/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote:
Have you tried doing something like:
var theIframe = getIFrameDocument("foo");
theIframe.designMode = "On"
And are you looking for on or On?
--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/